Class ELContextImpl
java.lang.Object
javax.el.ELContext
org.apache.jasper.el.ELContextImpl
Implementation of ELContext.
-
Constructor Summary
ConstructorsConstructorDescriptionELContextImpl(ELResolver resolver) Create a new ELContextImpl with the given resolver.ELContextImpl(ExpressionFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionstatic ELResolvergetDefaultResolver(ExpressionFactory factory) voidsetFunctionMapper(FunctionMapper functionMapper) Set the function mapper.voidsetVariableMapper(VariableMapper variableMapper) Set the variable mapper.Methods inherited from class ELContext
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
-
Constructor Details
-
ELContextImpl
-
ELContextImpl
Create a new ELContextImpl with the given resolver.- Parameters:
resolver- The EL resolver to use
-
-
Method Details
-
getELResolver
- Specified by:
getELResolverin classELContext
-
getFunctionMapper
- Specified by:
getFunctionMapperin classELContext
-
getVariableMapper
- Specified by:
getVariableMapperin classELContext
-
setFunctionMapper
Set the function mapper.- Parameters:
functionMapper- The function mapper
-
setVariableMapper
Set the variable mapper.- Parameters:
variableMapper- The variable mapper
-
getDefaultResolver
-