Class NotEqualsOperator
java.lang.Object
org.apache.taglibs.standard.lang.jstl.BinaryOperator
org.apache.taglibs.standard.lang.jstl.EqualityOperator
org.apache.taglibs.standard.lang.jstl.NotEqualsOperator
The implementation of the not equals operator
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
- Author:
- Nathan Abramson - Art Technology Group
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanApplies the operator given the fact that the two elements are equal.Returns the symbol representing the operatorMethods inherited from class org.apache.taglibs.standard.lang.jstl.EqualityOperator
applyMethods inherited from class org.apache.taglibs.standard.lang.jstl.BinaryOperator
shouldCoerceToBoolean, shouldEvaluate
-
Field Details
-
SINGLETON
-
-
Constructor Details
-
NotEqualsOperator
public NotEqualsOperator()Constructor
-
-
Method Details
-
getOperatorSymbol
Returns the symbol representing the operator- Specified by:
getOperatorSymbolin classBinaryOperator
-
apply
Applies the operator given the fact that the two elements are equal.- Specified by:
applyin classEqualityOperator
-