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.ELResolver
javax.el.FunctionMapper
javax.el.VariableMapper
boolean
void
putContext
(Class key, Object contextObject) void
void
setPropertyResolved
(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:
getELResolver
in classjavax.el.ELContext
-
getContext
- Overrides:
getContext
in classjavax.el.ELContext
-
getLocale
- Overrides:
getLocale
in classjavax.el.ELContext
-
isPropertyResolved
public boolean isPropertyResolved()- Overrides:
isPropertyResolved
in classjavax.el.ELContext
-
putContext
- Overrides:
putContext
in classjavax.el.ELContext
-
setLocale
- Overrides:
setLocale
in classjavax.el.ELContext
-
setPropertyResolved
public void setPropertyResolved(boolean resolved) - Overrides:
setPropertyResolved
in classjavax.el.ELContext
-
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()- Specified by:
getFunctionMapper
in classjavax.el.ELContext
-
getVariableMapper
public javax.el.VariableMapper getVariableMapper()- Specified by:
getVariableMapper
in classjavax.el.ELContext
-