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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ELResolver
getDefaultResolver
(ExpressionFactory factory) void
setFunctionMapper
(FunctionMapper functionMapper) void
setVariableMapper
(VariableMapper variableMapper) Methods inherited from class javax.el.ELContext
addEvaluationListener, 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:
getELResolver
in classELContext
-
getFunctionMapper
- Specified by:
getFunctionMapper
in classELContext
-
getVariableMapper
- Specified by:
getVariableMapper
in classELContext
-
setFunctionMapper
-
setVariableMapper
-
getDefaultResolver
-