public class SimpleELContext extends ELContext
Constructor and Description |
---|
SimpleELContext() |
Modifier and Type | Method and Description |
---|---|
ELResolver |
getELResolver()
Retrieves the
ELResolver associated with this context. |
MapBasedFunctionMapper |
getFunctionMapper()
Retrieves the
FunctionMapper associated with this
ELContext . |
VariableMapper |
getVariableMapper()
Retrieves the
VariableMapper associated with this
ELContext . |
void |
setFunction(String prefix,
String localName,
Method method) |
ValueExpression |
setVariable(String name,
ValueExpression expression) |
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
public ELResolver getELResolver()
ELContext
ELResolver
associated with this context.
The ELContext
maintains a reference to the
ELResolver
that will be consulted to resolve variables
and properties during an expression evaluation. This method
retrieves the reference to the resolver.
Once an ELContext
is constructed, the reference to the
ELResolver
associated with the context cannot be changed.
getELResolver
in class ELContext
public MapBasedFunctionMapper getFunctionMapper()
ELContext
FunctionMapper
associated with this
ELContext
.getFunctionMapper
in class ELContext
public VariableMapper getVariableMapper()
ELContext
VariableMapper
associated with this
ELContext
.getVariableMapper
in class ELContext
public ValueExpression setVariable(String name, ValueExpression expression)
Copyright © 2016 JBoss by Red Hat. All rights reserved.