Uses of Class
javax.el.ValueExpression

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.
 



Copyright (c) 1999-2011 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.