Class EventHandler.AjaxBehaviorListenerImpl

  • All Implemented Interfaces:
    EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.event.AjaxBehaviorListener, javax.faces.event.BehaviorListener, javax.faces.event.FacesListener
    Enclosing class:
    EventHandler

    public static final class EventHandler.AjaxBehaviorListenerImpl
    extends Object
    implements javax.faces.event.AjaxBehaviorListener, javax.faces.component.PartialStateHolder
    Wraps a method expression in a AjaxBehaviorListener
    • Constructor Detail

      • AjaxBehaviorListenerImpl

        public AjaxBehaviorListenerImpl()
      • AjaxBehaviorListenerImpl

        public AjaxBehaviorListenerImpl​(javax.el.MethodExpression expr)
    • Method Detail

      • processAjaxBehavior

        public void processAjaxBehavior​(javax.faces.event.AjaxBehaviorEvent event)
                                 throws javax.faces.event.AbortProcessingException
        Specified by:
        processAjaxBehavior in interface javax.faces.event.AjaxBehaviorListener
        Throws:
        javax.faces.event.AbortProcessingException
      • isTransient

        public boolean isTransient()
        Specified by:
        isTransient in interface javax.faces.component.StateHolder
      • restoreState

        public void restoreState​(javax.faces.context.FacesContext context,
                                 Object state)
        Specified by:
        restoreState in interface javax.faces.component.StateHolder
      • saveState

        public Object saveState​(javax.faces.context.FacesContext context)
        Specified by:
        saveState in interface javax.faces.component.StateHolder
      • setTransient

        public void setTransient​(boolean newTransientValue)
        Specified by:
        setTransient in interface javax.faces.component.StateHolder
      • clearInitialState

        public void clearInitialState()
        Specified by:
        clearInitialState in interface javax.faces.component.PartialStateHolder
      • initialStateMarked

        public boolean initialStateMarked()
        Specified by:
        initialStateMarked in interface javax.faces.component.PartialStateHolder
      • markInitialState

        public void markInitialState()
        Specified by:
        markInitialState in interface javax.faces.component.PartialStateHolder