Package jakarta.faces.event
Class PostConstructApplicationEvent
java.lang.Object
java.util.EventObject
jakarta.faces.event.SystemEvent
jakarta.faces.event.PostConstructApplicationEvent
- All Implemented Interfaces:
- Serializable
- Since:
- 2.0
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionPostConstructApplicationEvent(Application application) PostConstructApplicationEvent(FacesContext facesContext, Application application) 
- 
Method SummaryMethods inherited from class jakarta.faces.event.SystemEventgetFacesContext, isAppropriateListener, processListenerMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
PostConstructApplicationEvent- Parameters:
- application-
 
- 
PostConstructApplicationEvent- Since:
- 2.3
 
 
- 
- 
Method Details- 
getApplication- Returns:
- the application object tied to this event
 
 
-