Class PreDestroyViewMapEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      PreDestroyViewMapEvent​(UIViewRoot root)
      Instantiate a new ViewMapDestroydEvent that indicates the argument root just had its associated view map destroyed.
      PreDestroyViewMapEvent​(FacesContext facesContext, UIViewRoot root)
      Instantiate a new ViewMapDestroydEvent that indicates the argument root just had its associated view map destroyed.
    • Constructor Detail

      • PreDestroyViewMapEvent

        public PreDestroyViewMapEvent​(UIViewRoot root)

        Instantiate a new ViewMapDestroydEvent that indicates the argument root just had its associated view map destroyed.

        Parameters:
        root - the UIViewRoot for which the view map has just been destroyed.
        Throws:
        java.lang.IllegalArgumentException - if the argument is null.
      • PreDestroyViewMapEvent

        public PreDestroyViewMapEvent​(FacesContext facesContext,
                                      UIViewRoot root)

        Instantiate a new ViewMapDestroydEvent that indicates the argument root just had its associated view map destroyed.

        Parameters:
        facesContext - the Faces context.
        root - the UIViewRoot for which the view map has just been destroyed.
        Throws:
        java.lang.IllegalArgumentException - if the argument is null.