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 Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionPostConstructApplicationEvent
(Application application) PostConstructApplicationEvent
(FacesContext facesContext, Application application) -
Method Summary
Methods inherited from class jakarta.faces.event.SystemEvent
getFacesContext, isAppropriateListener, processListener
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PostConstructApplicationEvent
- Parameters:
application
-
-
PostConstructApplicationEvent
- Since:
- 2.3
-
-
Method Details
-
getApplication
- Returns:
- the application object tied to this event
-