public class SimpleELContext extends StandardELContext
| Constructor and Description |
|---|
SimpleELContext(ExpressionFactory expressionFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addELResolver(ELResolver cELResolver)
Add a custom ELResolver to the context.
|
ELResolver |
getELResolver()
Construct (if needed) and return a default ELResolver.
|
getContext, getFunctionMapper, getVariableMapper, putContextaddEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, setLocale, setPropertyResolved, setPropertyResolvedpublic SimpleELContext(ExpressionFactory expressionFactory)
public void addELResolver(ELResolver cELResolver)
StandardELContextaddELResolver in class StandardELContextcELResolver - The new ELResolver to be added to the contextpublic ELResolver getELResolver()
StandardELContextRetrieves the ELResolver associated with this context.
This is a CompositeELResover consists of an ordered list of
ELResolvers.
BeanNameELResolver for beans defined locallyELResolversELResolver supporting the collection operationsStaticFieldELResolver for resolving static fieldsMapELResolver for resolving Map propertiesResourceBundleELResolver for resolving ResourceBundle propertiesListELResolver for resolving List propertiesArrayELResolver for resolving array propertiesBeanELResolver for resolving bean propertiesgetELResolver in class StandardELContextCopyright © 2019 JBoss by Red Hat. All rights reserved.