Class PreDestroyApplicationEvent

java.lang.Object
java.util.EventObject
jakarta.faces.event.SystemEvent
jakarta.faces.event.PreDestroyApplicationEvent
All Implemented Interfaces:
Serializable

public class PreDestroyApplicationEvent extends SystemEvent
Since:
2.0
See Also:
  • Constructor Details

    • PreDestroyApplicationEvent

      public PreDestroyApplicationEvent(Application application)
      Parameters:
      application -
    • PreDestroyApplicationEvent

      public PreDestroyApplicationEvent(FacesContext facesContext, Application application)
      Since:
      2.3
  • Method Details

    • getApplication

      public Application getApplication()
      Returns:
      the application object tied to this event