Uses of Class
javax.el.ValueExpression
-
Packages that use ValueExpression Package Description javax.el Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. -
-
Uses of ValueExpression in javax.el
Methods in javax.el that return ValueExpression Modifier and Type Method Description abstract ValueExpressionExpressionFactory. createValueExpression(java.lang.Object instance, java.lang.Class<?> expectedType)Creates a ValueExpression that wraps an object instance.abstract ValueExpressionExpressionFactory. createValueExpression(ELContext context, java.lang.String expression, java.lang.Class<?> expectedType)Parses an expression into aValueExpressionfor later evaluation.abstract ValueExpressionVariableMapper. resolveVariable(java.lang.String variable)abstract ValueExpressionVariableMapper. setVariable(java.lang.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 Modifier and Type Method Description abstract ValueExpressionVariableMapper. setVariable(java.lang.String variable, ValueExpression expression)Assign a ValueExpression to an EL variable, replacing any previously assignment to the same variable.
-