Class NoOpELContext
java.lang.Object
jakarta.el.ELContext
com.sun.faces.config.initfacescontext.NoOpELContext
public class NoOpELContext
extends jakarta.el.ELContext
-
Constructor Summary
Constructors Constructor Description NoOpELContext()
-
Method Summary
Modifier and Type Method Description jakarta.el.ELResolver
getELResolver()
jakarta.el.FunctionMapper
getFunctionMapper()
jakarta.el.VariableMapper
getVariableMapper()
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
-
NoOpELContext
public NoOpELContext()
-
-
Method Details
-
getELResolver
public jakarta.el.ELResolver getELResolver()- Specified by:
getELResolver
in classjakarta.el.ELContext
-
getFunctionMapper
public jakarta.el.FunctionMapper getFunctionMapper()- Specified by:
getFunctionMapper
in classjakarta.el.ELContext
-
getVariableMapper
public jakarta.el.VariableMapper getVariableMapper()- Specified by:
getVariableMapper
in classjakarta.el.ELContext
-