Package jakarta.faces.event
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:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class java.util.EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description PostConstructApplicationEvent(Application application)PostConstructApplicationEvent(FacesContext facesContext, Application application)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationgetApplication()- 
Methods inherited from class jakarta.faces.event.SystemEventgetFacesContext, isAppropriateListener, processListener
 - 
Methods inherited from class java.util.EventObjectgetSource, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
PostConstructApplicationEventpublic PostConstructApplicationEvent(Application application) - Parameters:
- application-
 
 - 
PostConstructApplicationEventpublic PostConstructApplicationEvent(FacesContext facesContext, Application application) - Since:
- 2.3
 
 
- 
 - 
Method Detail- 
getApplicationpublic Application getApplication() - Returns:
- the application object tied to this event
 
 
- 
 
-