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

This event must be published by the runtime after all configuration resources have been parsed and processed.

This event is useful for listeners that need to perform custom post-configuration processing without having to rely on ServletContextListeners which may be invoked before the Jakarta Faces runtime has started it's configuration process.

Since:
2.0
See Also: