Class VarMapperELContext
java.lang.Object
jakarta.el.ELContext
com.sun.ts.tests.el.common.elcontext.VarMapperELContext
public class VarMapperELContext
extends jakarta.el.ELContext
This ELContext provides a VariableELResolver to enable the setting and
resolution of variables as well as a VariableMapper implementation. The path
to the implementation is passed to the EL Context via a property in the
ts.jte file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.el.ELContext
jakarta.el.ELResolver
jakarta.el.FunctionMapper
jakarta.el.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
-
VarMapperELContext
-
-
Method Details
-
getELResolver
public jakarta.el.ELResolver getELResolver()- Specified by:
getELResolver
in classjakarta.el.ELContext
-
getELContext
public jakarta.el.ELContext getELContext() -
getVariableMapper
public jakarta.el.VariableMapper getVariableMapper()- Specified by:
getVariableMapper
in classjakarta.el.ELContext
-
getFunctionMapper
public jakarta.el.FunctionMapper getFunctionMapper()- Specified by:
getFunctionMapper
in classjakarta.el.ELContext
-