Package org.apache.jasper.el
Class ELContextImpl
- java.lang.Object
-
- jakarta.el.ELContext
-
- org.apache.jasper.el.ELContextImpl
-
public class ELContextImpl extends ELContext
Implementation of ELContext- Author:
- Jacob Hookom
-
-
Constructor Summary
Constructors Constructor Description ELContextImpl(ELResolver resolver)
ELContextImpl(ExpressionFactory factory)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ELResolver
getDefaultResolver(ExpressionFactory factory)
ELResolver
getELResolver()
FunctionMapper
getFunctionMapper()
VariableMapper
getVariableMapper()
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 Detail
-
ELContextImpl
public ELContextImpl(ExpressionFactory factory)
-
ELContextImpl
public ELContextImpl(ELResolver resolver)
-
-
Method Detail
-
getELResolver
public ELResolver getELResolver()
- Specified by:
getELResolver
in classELContext
-
getFunctionMapper
public FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapper
in classELContext
-
getVariableMapper
public VariableMapper getVariableMapper()
- Specified by:
getVariableMapper
in classELContext
-
setFunctionMapper
public void setFunctionMapper(FunctionMapper functionMapper)
-
setVariableMapper
public void setVariableMapper(VariableMapper variableMapper)
-
getDefaultResolver
public static ELResolver getDefaultResolver(ExpressionFactory factory)
-
-