Package | Description |
---|---|
com.sun.el | |
com.sun.el.lang | |
javax.el |
Provides the API for the Unified Expression Language 3.0
|
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
Creates a VariableMapper for the variables used in the expression.
|
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 |
---|---|
VariableMapper |
StandardELContext.getVariableMapper()
Construct (if needed) and return a default VariableMapper() {
|
abstract VariableMapper |
ELContext.getVariableMapper()
Retrieves the
VariableMapper associated with this
ELContext . |
Copyright (c) 2013 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.