Class BaseELContext
java.lang.Object
jakarta.el.ELContext
org.eclnt.jsfserver.base.expression.BaseELContext
public class BaseELContext
extends jakarta.el.ELContext
One instance per {@link FacesContext#}.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()jakarta.el.ELResolverjakarta.el.FunctionMapperjakarta.el.VariableMapperMethods 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
-
BaseELContext
-
-
Method Details
-
close
public void close() -
getELResolver
public jakarta.el.ELResolver getELResolver()- Specified by:
getELResolverin classjakarta.el.ELContext
-
getFunctionMapper
public jakarta.el.FunctionMapper getFunctionMapper()- Specified by:
getFunctionMapperin classjakarta.el.ELContext
-
getVariableMapper
public jakarta.el.VariableMapper getVariableMapper()- Specified by:
getVariableMapperin classjakarta.el.ELContext
-