Uses of Class
javax.el.ValueExpression
-
-
Uses of ValueExpression in javax.el
Methods in javax.el that return ValueExpression Modifier and Type Method Description abstract ValueExpressionExpressionFactory. createValueExpression(Object instance, Class<?> expectedType)Creates a ValueExpression that wraps an object instance.abstract ValueExpressionExpressionFactory. createValueExpression(ELContext context, String expression, Class<?> expectedType)Parses an expression into aValueExpressionfor later evaluation.abstract ValueExpressionVariableMapper. resolveVariable(String variable)abstract ValueExpressionVariableMapper. 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 Modifier and Type Method Description voidELManager. setVariable(String variable, ValueExpression expression)Assign a ValueExpression to an EL variable, replacing any previous assignment to the same variable.abstract ValueExpressionVariableMapper. setVariable(String variable, ValueExpression expression)Assign a ValueExpression to an EL variable, replacing any previously assignment to the same variable.Constructors in javax.el with parameters of type ValueExpression Constructor Description LambdaExpression(List<String> formalParameters, ValueExpression expression)Creates a new LambdaExpression.
-