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) |
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
VariableMapper |
getVariableMapper() |
void |
putContext(java.lang.Class key,
java.lang.Object contextObject) |
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)
putContext
in class ELContext
public java.lang.Object getContext(java.lang.Class key)
getContext
in class ELContext
public 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 © 2000-2014 The Apache Software Foundation. All Rights Reserved.