Package de.businesscode.bcdui.el
Class StandardELContext
java.lang.Object
jakarta.el.ELContext
de.businesscode.bcdui.el.StandardELContext
public class StandardELContext
extends jakarta.el.ELContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.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
-
StandardELContext
public StandardELContext() -
StandardELContext
-
-
Method Details
-
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
-
getELResolver
public jakarta.el.ELResolver getELResolver()- Specified by:
getELResolver
in classjakarta.el.ELContext
-