Class ValueSuffix
java.lang.Object
org.apache.taglibs.standard.lang.jstl.ValueSuffix
- Direct Known Subclasses:
ArraySuffix
Represents an element that can appear as a suffix in a complex value, such as a property or index operator, or a method call (should they ever need to be supported).
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
- Author:
- Nathan Abramson - Art Technology Group, Shawn Bayern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Objectevaluate(Object pValue, Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) Evaluates the expression in the given context, operating on the given value.abstract StringReturns the expression in the expression language syntax
-
Constructor Details
-
ValueSuffix
public ValueSuffix()
-
-
Method Details
-
getExpressionString
Returns the expression in the expression language syntax -
evaluate
public abstract Object evaluate(Object pValue, Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) throws ELException Evaluates the expression in the given context, operating on the given value.- Throws:
ELException
-