Class UnaryMinusOperator
- java.lang.Object
-
- org.apache.taglibs.standard.lang.jstl.UnaryOperator
-
- org.apache.taglibs.standard.lang.jstl.UnaryMinusOperator
-
public class UnaryMinusOperator extends UnaryOperator
The implementation of the unary minus 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 UnaryMinusOperatorSINGLETON
-
Constructor Summary
Constructors Constructor Description UnaryMinusOperator()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectapply(Object pValue, Object pContext, Logger pLogger)Applies the operator to the given valueStringgetOperatorSymbol()Returns the symbol representing the operator
-
-
-
Field Detail
-
SINGLETON
public static final UnaryMinusOperator SINGLETON
-
-
Method Detail
-
getOperatorSymbol
public String getOperatorSymbol()
Returns the symbol representing the operator- Specified by:
getOperatorSymbolin classUnaryOperator
-
apply
public Object apply(Object pValue, Object pContext, Logger pLogger) throws ELException
Applies the operator to the given value- Specified by:
applyin classUnaryOperator- Throws:
ELException
-
-