Class ImplicitObject

    • Constructor Detail

      • ImplicitObject

        public ImplicitObject()
    • Method Detail

      • getValue

        public abstract Object getValue​(jakarta.el.ELContext context)
      • getName

        public abstract String getName()
        Returns an interned String representing the name of the implicit object.
      • getType

        public abstract Class<?> getType()
        Returns the most general type allowed for a future call to setValue()
      • facesContext

        protected FacesContext facesContext​(jakarta.el.ELContext context)
      • externalContext

        protected ExternalContext externalContext​(jakarta.el.ELContext context)