|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VariableMapper | |
|---|---|
| com.sun.el | |
| com.sun.el.lang | |
| javax.el | Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. |
| Uses of VariableMapper in com.sun.el |
|---|
| Constructors in com.sun.el with parameters of type VariableMapper | |
|---|---|
MethodExpressionImpl(java.lang.String expr,
Node node,
FunctionMapper fnMapper,
VariableMapper varMapper,
java.lang.Class expectedType,
java.lang.Class[] paramTypes)
|
|
ValueExpressionImpl(java.lang.String expr,
Node node,
FunctionMapper fnMapper,
VariableMapper varMapper,
java.lang.Class expectedType)
|
|
| Uses of VariableMapper in com.sun.el.lang |
|---|
| Subclasses of VariableMapper in com.sun.el.lang | |
|---|---|
class |
VariableMapperFactory
|
class |
VariableMapperImpl
|
| Methods in com.sun.el.lang that return VariableMapper | |
|---|---|
VariableMapper |
VariableMapperFactory.create()
|
VariableMapper |
EvaluationContext.getVariableMapper()
|
| Constructors in com.sun.el.lang with parameters of type VariableMapper | |
|---|---|
EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper,
Expression expression)
|
|
EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper,
Expression expression,
boolean trackResolvedObjects)
|
|
VariableMapperFactory(VariableMapper target)
|
|
| Uses of VariableMapper in javax.el |
|---|
| Methods in javax.el that return VariableMapper | |
|---|---|
abstract VariableMapper |
ELContext.getVariableMapper()
Retrieves the VariableMapper associated with this
ELContext. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||