Uses of Class
org.apache.taglibs.standard.lang.jstl.ArithmeticOperator
Packages that use ArithmeticOperator
-
Uses of ArithmeticOperator in org.apache.taglibs.standard.lang.jstl
Subclasses of ArithmeticOperator in org.apache.taglibs.standard.lang.jstlModifier and TypeClassDescriptionclassThe implementation of the minus operatorclassThe implementation of the multiply operatorclassThe implementation of the plus operatorMethods in org.apache.taglibs.standard.lang.jstl with parameters of type ArithmeticOperatorModifier and TypeMethodDescriptionstatic ObjectCoercions.applyArithmeticOperator(Object pLeft, Object pRight, ArithmeticOperator pOperator, Logger pLogger) Performs all of the necessary type conversions, then calls on the appropriate operator.