public class SimpleELContext extends ELContext
| Constructor and Description |
|---|
SimpleELContext(ExpressionFactory expressionFactory) |
| 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, setPropertyResolvedpublic SimpleELContext(ExpressionFactory expressionFactory)
public ELResolver getELResolver()
ELContextELResolver 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 ELContextpublic MapBasedFunctionMapper getFunctionMapper()
ELContextFunctionMapper associated with this
ELContext.getFunctionMapper in class ELContextpublic VariableMapper getVariableMapper()
ELContextVariableMapper associated with this
ELContext.getVariableMapper in class ELContextpublic ValueExpression setVariable(String name, ValueExpression expression)
Copyright © 2018 JBoss by Red Hat. All rights reserved.