public class StandardELContext extends ELContext
| Constructor and Description |
|---|
StandardELContext(ELContext context) |
StandardELContext(ExpressionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addELResolver(ELResolver resolver) |
Object |
getContext(Class key) |
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
VariableMapper |
getVariableMapper() |
void |
putContext(Class key,
Object contextObject) |
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, setLocale, setPropertyResolved, setPropertyResolvedpublic StandardELContext(ExpressionFactory factory)
public StandardELContext(ELContext context)
public void putContext(Class key, Object contextObject)
putContext in class ELContextpublic Object getContext(Class key)
getContext in class ELContextpublic ELResolver getELResolver()
getELResolver in class ELContextpublic void addELResolver(ELResolver resolver)
public FunctionMapper getFunctionMapper()
getFunctionMapper in class ELContextpublic VariableMapper getVariableMapper()
getVariableMapper in class ELContextCopyright © 2014 Mort Bay Consulting. All Rights Reserved.