Uses of Class
javax.el.ValueExpression

Packages that use ValueExpression
com.sun.el   
com.sun.el.lang   
javax.el Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. 
javax.servlet.jsp.jstl.core Classes and interfaces related to the core tag library component of the JavaServer Pages Standard Tag Library (JSTL). 
org.apache.jasper.runtime   
 

Uses of ValueExpression in com.sun.el
 

Subclasses of ValueExpression in com.sun.el
 class ValueExpressionImpl
          An Expression that can get or set a value.
 class ValueExpressionLiteral
           
 

Methods in com.sun.el that return ValueExpression
 ValueExpression ExpressionFactoryImpl.createValueExpression(ELContext context, String expression, Class expectedType)
           
 ValueExpression ExpressionFactoryImpl.createValueExpression(Object instance, Class expectedType)
           
 

Uses of ValueExpression in com.sun.el.lang
 

Methods in com.sun.el.lang that return ValueExpression
 ValueExpression ExpressionBuilder.createValueExpression(Class expectedType)
           
 ValueExpression VariableMapperImpl.resolveVariable(String variable)
           
 ValueExpression VariableMapperFactory.resolveVariable(String variable)
           
 ValueExpression VariableMapperImpl.setVariable(String variable, ValueExpression expression)
           
 ValueExpression VariableMapperFactory.setVariable(String variable, ValueExpression expression)
           
 

Methods in com.sun.el.lang with parameters of type ValueExpression
 ValueExpression VariableMapperImpl.setVariable(String variable, ValueExpression expression)
           
 ValueExpression VariableMapperFactory.setVariable(String variable, ValueExpression expression)
           
 

Uses of ValueExpression in javax.el
 

Methods in javax.el that return ValueExpression
abstract  ValueExpression ExpressionFactory.createValueExpression(ELContext context, String expression, Class<?> expectedType)
          Parses an expression into a ValueExpression for later evaluation.
abstract  ValueExpression ExpressionFactory.createValueExpression(Object instance, Class<?> expectedType)
          Creates a ValueExpression that wraps an object instance.
abstract  ValueExpression VariableMapper.resolveVariable(String variable)
           
abstract  ValueExpression VariableMapper.setVariable(String variable, ValueExpression expression)
          Assign a ValueExpression to an EL variable, replacing any previously assignment to the same variable.
 

Methods in javax.el with parameters of type ValueExpression
abstract  ValueExpression VariableMapper.setVariable(String variable, ValueExpression expression)
          Assign a ValueExpression to an EL variable, replacing any previously assignment to the same variable.
 

Uses of ValueExpression in javax.servlet.jsp.jstl.core
 

Subclasses of ValueExpression in javax.servlet.jsp.jstl.core
 class IndexedValueExpression
           
 class IteratedValueExpression
           
 

Fields in javax.servlet.jsp.jstl.core declared as ValueExpression
protected  ValueExpression LoopTagSupport.deferredExpression
          The deferred expression if any
protected  ValueExpression IndexedValueExpression.orig
           
protected  ValueExpression IteratedExpression.orig
           
 

Methods in javax.servlet.jsp.jstl.core that return ValueExpression
 ValueExpression IteratedExpression.getValueExpression()
           
 

Constructors in javax.servlet.jsp.jstl.core with parameters of type ValueExpression
IndexedValueExpression(ValueExpression orig, int i)
           
IteratedExpression(ValueExpression orig, String delims)
           
 

Uses of ValueExpression in org.apache.jasper.runtime
 

Methods in org.apache.jasper.runtime that return ValueExpression
static ValueExpression PageContextImpl.getValueExpression(String expression, PageContext pageContext, Class expectedType, FunctionMapper functionMap)
           
 ValueExpression VariableMapperImpl.resolveVariable(String variable)
          Resolves the specified variable within the given context.
 ValueExpression VariableMapperImpl.setVariable(String variable, ValueExpression expression)
           
 

Methods in org.apache.jasper.runtime with parameters of type ValueExpression
static void PageContextImpl.setValueVariable(PageContext pageContext, String variable, ValueExpression expression)
           
 ValueExpression VariableMapperImpl.setVariable(String variable, ValueExpression expression)
           
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.