| Package | Description |
|---|---|
| com.sun.el | |
| com.sun.el.lang | |
| javax.el |
Provides the API for the Unified Expression Language 2.2
used by the JSP 2.2 and JSF 2.0 technologies.
|
| Constructor and Description |
|---|
MethodExpressionImpl(String expr,
Node node,
FunctionMapper fnMapper,
VariableMapper varMapper,
Class expectedType,
Class[] paramTypes) |
ValueExpressionImpl(String expr,
Node node,
FunctionMapper fnMapper,
VariableMapper varMapper,
Class expectedType) |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableMapperFactory |
class |
VariableMapperImpl |
| Modifier and Type | Method and Description |
|---|---|
VariableMapper |
VariableMapperFactory.create() |
VariableMapper |
EvaluationContext.getVariableMapper() |
| Constructor and Description |
|---|
EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper) |
VariableMapperFactory(VariableMapper target) |
| Modifier and Type | Method and Description |
|---|---|
abstract VariableMapper |
ELContext.getVariableMapper()
Retrieves the
VariableMapper associated with this
ELContext. |
Copyright © 2013. All Rights Reserved.