Uses of Interface
org.apache.taglibs.standard.lang.jstl.VariableResolver

Packages that use VariableResolver
org.apache.taglibs.standard.lang.jstl   
 

Uses of VariableResolver in org.apache.taglibs.standard.lang.jstl
 

Classes in org.apache.taglibs.standard.lang.jstl that implement VariableResolver
 class JSTLVariableResolver
          This is the JSTL-specific implementation of VariableResolver.
 

Methods in org.apache.taglibs.standard.lang.jstl with parameters of type VariableResolver
abstract  Object ValueSuffix.evaluate(Object pValue, Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger)
          Evaluates the expression in the given context, operating on the given value.
 Object ArraySuffix.evaluate(Object pValue, Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger)
          Evaluates the expression in the given context, operating on the given value.
 Object UnaryOperatorExpression.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger)
          Evaluates to the literal value
 Object NamedValue.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger)
          Evaluates by looking up the name in the VariableResolver
 Object Literal.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger)
          Evaluates to the literal value
 Object FunctionInvocation.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger)
          Evaluates by looking up the name in the VariableResolver
 String ExpressionString.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger)
          Evaluates the expression string by evaluating each element, converting it to a String (using toString, or "" for null values) and concatenating the results into a single String.
abstract  Object Expression.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger)
          Evaluates the expression in the given context
 Object ComplexValue.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger)
          Evaluates by evaluating the prefix, then applying the suffixes
 Object BinaryOperatorExpression.evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger)
          Evaluates to the literal value
 

Constructors in org.apache.taglibs.standard.lang.jstl with parameters of type VariableResolver
ELEvaluator(VariableResolver pResolver)
          Constructor
ELEvaluator(VariableResolver pResolver, boolean pBypassCache)
          Constructor
 



Copyright © 2008 Mort Bay Consulting. All Rights Reserved.