Class PostConstructApplicationEvent

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

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

    • PostConstructApplicationEvent

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

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

    • getApplication

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