public class ELContextImpl extends ELContext
Constructor and Description |
---|
ELContextImpl(ELResolver resolver) |
ELContextImpl(ExpressionFactory factory) |
Modifier and Type | Method and Description |
---|---|
static ELResolver |
getDefaultResolver(ExpressionFactory factory) |
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
VariableMapper |
getVariableMapper() |
void |
setFunctionMapper(FunctionMapper functionMapper) |
void |
setVariableMapper(VariableMapper variableMapper) |
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
public ELContextImpl(ExpressionFactory factory)
public ELContextImpl(ELResolver resolver)
public ELResolver getELResolver()
getELResolver
in class ELContext
public FunctionMapper getFunctionMapper()
getFunctionMapper
in class ELContext
public VariableMapper getVariableMapper()
getVariableMapper
in class ELContext
public void setFunctionMapper(FunctionMapper functionMapper)
public void setVariableMapper(VariableMapper variableMapper)
public static ELResolver getDefaultResolver(ExpressionFactory factory)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.