Class IntegerDivideOperator
- java.lang.Object
-
- org.apache.taglibs.standard.lang.jstl.BinaryOperator
-
- org.apache.taglibs.standard.lang.jstl.IntegerDivideOperator
-
public class IntegerDivideOperator extends BinaryOperator
The implementation of the integer divide operator
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
- Author:
- Nathan Abramson - Art Technology Group
-
-
Field Summary
Fields Modifier and Type Field Description static IntegerDivideOperatorSINGLETON
-
Constructor Summary
Constructors Constructor Description IntegerDivideOperator()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectapply(Object pLeft, Object pRight, Object pContext, Logger pLogger)Applies the operator to the given valueStringgetOperatorSymbol()Returns the symbol representing the operator-
Methods inherited from class org.apache.taglibs.standard.lang.jstl.BinaryOperator
shouldCoerceToBoolean, shouldEvaluate
-
-
-
-
Field Detail
-
SINGLETON
public static final IntegerDivideOperator SINGLETON
-
-
Method Detail
-
getOperatorSymbol
public String 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- Specified by:
applyin classBinaryOperator- Throws:
ELException
-
-