Package org.apache.jasper.el
Class ELContextImpl
java.lang.Object
javax.el.ELContext
org.apache.jasper.el.ELContextImpl
Implementation of ELContext
- Author:
- Jacob Hookom
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ELResolvergetDefaultResolver(ExpressionFactory factory) voidsetFunctionMapper(FunctionMapper functionMapper) voidsetVariableMapper(VariableMapper variableMapper) Methods inherited from class javax.el.ELContextaddEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
- 
Constructor Details- 
ELContextImpl
- 
ELContextImpl
 
- 
- 
Method Details- 
getELResolver- Specified by:
- getELResolverin class- ELContext
 
- 
getFunctionMapper- Specified by:
- getFunctionMapperin class- ELContext
 
- 
getVariableMapper- Specified by:
- getVariableMapperin class- ELContext
 
- 
setFunctionMapper
- 
setVariableMapper
- 
getDefaultResolver
 
-