Package org.apache.jasper.el
Class ELContextImpl
java.lang.Object
jakarta.el.ELContext
org.apache.jasper.el.ELContextImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ELResolver
void
setFunctionMapper
(FunctionMapper functionMapper) void
setVariableMapper
(VariableMapper variableMapper) Methods inherited from class jakarta.el.ELContext
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
-
Constructor Details
-
ELContextImpl
public 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
-