java.lang.Object
jakarta.el.ELContext
com.sun.faces.el.ELContextImpl
public class ELContextImpl
extends jakarta.el.ELContext
Concrete implementation of 
ELContext. ELContext's constructor is protected to control creation of
 ELContext objects through their appropriate factory methods. This version of ELContext forces construction through
 FacesContextImpl.- 
Constructor SummaryConstructorsConstructorDescriptionELContextImpl(jakarta.el.ELResolver resolver) Constructs a new ELContext associated with the given ELResolver.ELContextImpl(FacesContext facesContext) 
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.el.ELResolverjakarta.el.FunctionMapperjakarta.el.VariableMappervoidsetFunctionMapper(jakarta.el.FunctionMapper functionMapper) Methods inherited from class jakarta.el.ELContextaddEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
- 
Constructor Details- 
ELContextImplpublic ELContextImpl(jakarta.el.ELResolver resolver) Constructs a new ELContext associated with the given ELResolver.- Parameters:
- resolver- the ELResolver to return from- getELResolver()
 
- 
ELContextImpl
 
- 
- 
Method Details- 
getFunctionMapperpublic jakarta.el.FunctionMapper getFunctionMapper()- Specified by:
- getFunctionMapperin class- jakarta.el.ELContext
 
- 
getVariableMapperpublic jakarta.el.VariableMapper getVariableMapper()- Specified by:
- getVariableMapperin class- jakarta.el.ELContext
 
- 
getELResolverpublic jakarta.el.ELResolver getELResolver()- Specified by:
- getELResolverin class- jakarta.el.ELContext
 
- 
setFunctionMapperpublic void setFunctionMapper(jakarta.el.FunctionMapper functionMapper) 
 
-