Package | Description |
---|---|
javax.el |
Provides the API for the Unified Expression Language shared by
the JSP 2.1 and JSF 1.2 technologies.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract ValueExpression |
VariableMapper.setVariable(String variable,
ValueExpression expression)
Assign a ValueExpression to an EL variable, replacing
any previously assignment to the same variable.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.