public class ELContextImpl
extends jakarta.el.ELContext
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 and Description |
|---|
ELContextImpl(jakarta.el.ELResolver resolver)
Constructs a new ELContext associated with the given ELResolver.
|
| Modifier and Type | Method and Description |
|---|---|
jakarta.el.ELResolver |
getELResolver() |
jakarta.el.FunctionMapper |
getFunctionMapper() |
jakarta.el.VariableMapper |
getVariableMapper() |
void |
setFunctionMapper(jakarta.el.FunctionMapper functionMapper) |
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolvedpublic ELContextImpl(jakarta.el.ELResolver resolver)
resolver - the ELResolver to return from getELResolver()public jakarta.el.FunctionMapper getFunctionMapper()
getFunctionMapper in class jakarta.el.ELContextpublic jakarta.el.VariableMapper getVariableMapper()
getVariableMapper in class jakarta.el.ELContextpublic jakarta.el.ELResolver getELResolver()
getELResolver in class jakarta.el.ELContextpublic void setFunctionMapper(jakarta.el.FunctionMapper functionMapper)
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.