public class StandardELContext extends ELContext
Constructor and Description |
---|
StandardELContext(ELContext context) |
StandardELContext(ExpressionFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
addELResolver(ELResolver resolver) |
java.lang.Object |
getContext(java.lang.Class key)
Obtain the context object for the given key.
|
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
VariableMapper |
getVariableMapper() |
void |
putContext(java.lang.Class key,
java.lang.Object contextObject)
Add an object to this EL context under the given key.
|
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, setLocale, setPropertyResolved, setPropertyResolved
public StandardELContext(ExpressionFactory factory)
public StandardELContext(ELContext context)
public void putContext(java.lang.Class key, java.lang.Object contextObject)
ELContext
putContext
in class ELContext
key
- The key under which to store the objectcontextObject
- The object to addpublic java.lang.Object getContext(java.lang.Class key)
ELContext
getContext
in class ELContext
key
- The key of the required context objectpublic ELResolver getELResolver()
getELResolver
in class ELContext
public void addELResolver(ELResolver resolver)
public FunctionMapper getFunctionMapper()
getFunctionMapper
in class ELContext
public VariableMapper getVariableMapper()
getVariableMapper
in class ELContext
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.