Package org.primefaces.el
Class InterceptingContext
java.lang.Object
javax.el.ELContext
org.primefaces.el.InterceptingContext
public class InterceptingContext
extends javax.el.ELContext
-
Constructor Summary
ConstructorsConstructorDescriptionInterceptingContext(javax.el.ELContext context, javax.el.ELResolver resolver) -
Method Summary
Modifier and TypeMethodDescriptiongetContext(Class key) javax.el.ELResolverjavax.el.FunctionMapperjavax.el.VariableMapperbooleanvoidputContext(Class key, Object contextObject) voidvoidsetPropertyResolved(boolean resolved) Methods inherited from class javax.el.ELContext
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getEvaluationListeners, getImportHandler, getLambdaArgument, isLambdaArgument, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, setPropertyResolved
-
Constructor Details
-
InterceptingContext
public InterceptingContext(javax.el.ELContext context, javax.el.ELResolver resolver)
-
-
Method Details
-
getELResolver
public javax.el.ELResolver getELResolver()- Specified by:
getELResolverin classjavax.el.ELContext
-
getContext
- Overrides:
getContextin classjavax.el.ELContext
-
getLocale
- Overrides:
getLocalein classjavax.el.ELContext
-
isPropertyResolved
public boolean isPropertyResolved()- Overrides:
isPropertyResolvedin classjavax.el.ELContext
-
putContext
- Overrides:
putContextin classjavax.el.ELContext
-
setLocale
- Overrides:
setLocalein classjavax.el.ELContext
-
setPropertyResolved
public void setPropertyResolved(boolean resolved) - Overrides:
setPropertyResolvedin classjavax.el.ELContext
-
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()- Specified by:
getFunctionMapperin classjavax.el.ELContext
-
getVariableMapper
public javax.el.VariableMapper getVariableMapper()- Specified by:
getVariableMapperin classjavax.el.ELContext
-