Class AjaxBehaviors

    • Constructor Detail

      • AjaxBehaviors

        public AjaxBehaviors()
    • Method Detail

      • pushBehavior

        public void pushBehavior​(FacesContext context,
                                 AjaxBehavior ajaxBehavior,
                                 String eventName)

        Push the AjaxBehavior instance onto the List.

        Parameters:
        context - the faces context
        ajaxBehavior - the AjaxBehavior instance
        eventName - the name of the event that the behavior is associated with.
        Since:
        2.0
      • popBehavior

        public void popBehavior()

        Pop the last AjaxBehavior instance from the List.

        Since:
        2.0