Uses of Class
javax.el.ValueExpression
-
Packages that use ValueExpression Package Description javax.el org.apache.el org.apache.el.lang org.apache.jasper.el -
-
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)abstract ValueExpressionExpressionFactory. createValueExpression(ELContext context, String expression, Class<?> expectedType)Create a new value expression.abstract ValueExpressionVariableMapper. resolveVariable(String variable)abstract ValueExpressionVariableMapper. setVariable(String variable, ValueExpression expression)Methods in javax.el with parameters of type ValueExpression Modifier and Type Method Description voidELManager. setVariable(String variable, ValueExpression expression)abstract ValueExpressionVariableMapper. setVariable(String variable, ValueExpression expression)Constructors in javax.el with parameters of type ValueExpression Constructor Description LambdaExpression(List<String> formalParameters, ValueExpression expression) -
Uses of ValueExpression in org.apache.el
Subclasses of ValueExpression in org.apache.el Modifier and Type Class Description classValueExpressionImplAnExpressionthat can get or set a value.classValueExpressionLiteralMethods in org.apache.el that return ValueExpression Modifier and Type Method Description ValueExpressionExpressionFactoryImpl. createValueExpression(Object instance, Class<?> expectedType)ValueExpressionExpressionFactoryImpl. createValueExpression(ELContext context, String expression, Class<?> expectedType) -
Uses of ValueExpression in org.apache.el.lang
Methods in org.apache.el.lang that return ValueExpression Modifier and Type Method Description ValueExpressionExpressionBuilder. createValueExpression(Class<?> expectedType)ValueExpressionVariableMapperFactory. resolveVariable(String variable)ValueExpressionVariableMapperImpl. resolveVariable(String variable)ValueExpressionVariableMapperFactory. setVariable(String variable, ValueExpression expression)ValueExpressionVariableMapperImpl. setVariable(String variable, ValueExpression expression)Methods in org.apache.el.lang with parameters of type ValueExpression Modifier and Type Method Description ValueExpressionVariableMapperFactory. setVariable(String variable, ValueExpression expression)ValueExpressionVariableMapperImpl. setVariable(String variable, ValueExpression expression) -
Uses of ValueExpression in org.apache.jasper.el
Subclasses of ValueExpression in org.apache.jasper.el Modifier and Type Class Description classJspValueExpressionWrapper for providing context to ValueExpressionsConstructors in org.apache.jasper.el with parameters of type ValueExpression Constructor Description ExpressionImpl(ValueExpression ve, ExpressionFactory factory)Deprecated.JspValueExpression(String mark, ValueExpression target)
-