Class InterceptingContext

java.lang.Object
javax.el.ELContext
org.primefaces.el.InterceptingContext

public class InterceptingContext extends javax.el.ELContext
  • 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 class javax.el.ELContext
    • getContext

      public Object getContext(Class key)
      Overrides:
      getContext in class javax.el.ELContext
    • getLocale

      public Locale getLocale()
      Overrides:
      getLocale in class javax.el.ELContext
    • isPropertyResolved

      public boolean isPropertyResolved()
      Overrides:
      isPropertyResolved in class javax.el.ELContext
    • putContext

      public void putContext(Class key, Object contextObject)
      Overrides:
      putContext in class javax.el.ELContext
    • setLocale

      public void setLocale(Locale locale)
      Overrides:
      setLocale in class javax.el.ELContext
    • setPropertyResolved

      public void setPropertyResolved(boolean resolved)
      Overrides:
      setPropertyResolved in class javax.el.ELContext
    • getFunctionMapper

      public javax.el.FunctionMapper getFunctionMapper()
      Specified by:
      getFunctionMapper in class javax.el.ELContext
    • getVariableMapper

      public javax.el.VariableMapper getVariableMapper()
      Specified by:
      getVariableMapper in class javax.el.ELContext