Uses of Class
javax.el.ValueExpression
-
Uses of ValueExpression in javax.el
Methods in javax.el that return ValueExpressionModifier and TypeMethodDescriptionabstract 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 ValueExpressionModifier and TypeMethodDescriptionvoidELManager.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 ValueExpressionModifierConstructorDescriptionLambdaExpression(List<String> formalParameters, ValueExpression expression) Creates a new LambdaExpression.