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, putContext
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, setLocale, setPropertyResolved, setPropertyResolved
public SimpleELContext(ExpressionFactory expressionFactory)
public void addELResolver(ELResolver cELResolver)
StandardELContext
addELResolver
in class StandardELContext
cELResolver
- The new ELResolver to be added to the contextpublic ELResolver getELResolver()
StandardELContext
Retrieves the ELResolver
associated with this context. This is a CompositeELResover
consists of an ordered list of ELResolver
s.
BeanNameELResolver
for beans defined locallyELResolver
sELResolver
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 StandardELContext
Copyright © 2019 JBoss by Red Hat. All rights reserved.