FileDocCategorySizeDatePackage
ValueSuffix.javaAPI DocGlassfish v2 API3023Sat May 05 19:17:28 BST 2007org.apache.taglibs.standard.lang.jstl

ValueSuffix

public abstract class ValueSuffix extends Object

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).

author
Nathan Abramson - Art Technology Group
author
Shawn Bayern
version
$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: tcfujii $

Fields Summary
Constructors Summary
Methods Summary
public abstract java.lang.Objectevaluate(java.lang.Object pValue, java.lang.Object pContext, VariableResolver pResolver, java.util.Map functions, java.lang.String defaultPrefix, Logger pLogger)
Evaluates the expression in the given context, operating on the given value.

public abstract java.lang.StringgetExpressionString()
Returns the expression in the expression language syntax