Class GreaterThanOperator
java.lang.Object
org.apache.taglibs.standard.lang.jstl.BinaryOperator
org.apache.taglibs.standard.lang.jstl.RelationalOperator
org.apache.taglibs.standard.lang.jstl.GreaterThanOperator
The implementation of the greater than 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 to the given double valuesbooleanApplies the operator to the given long valuesApplies the operator to the given valuebooleanApplies the operator to the given String valuesReturns the symbol representing the operatorMethods inherited from class org.apache.taglibs.standard.lang.jstl.BinaryOperator
shouldCoerceToBoolean, shouldEvaluate
-
Field Details
-
SINGLETON
-
-
Constructor Details
-
GreaterThanOperator
public GreaterThanOperator()Constructor
-
-
Method Details
-
getOperatorSymbol
Returns the symbol representing the operator- Specified by:
getOperatorSymbolin classBinaryOperator
-
apply
public Object apply(Object pLeft, Object pRight, Object pContext, Logger pLogger) throws ELException Applies the operator to the given value- Overrides:
applyin classRelationalOperator- Throws:
ELException
-
apply
Applies the operator to the given double values- Specified by:
applyin classRelationalOperator
-
apply
Applies the operator to the given long values- Specified by:
applyin classRelationalOperator
-
apply
Applies the operator to the given String values- Specified by:
applyin classRelationalOperator
-