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 ServletContextListener
s which may be invoked
before the JavaServer Faces runtime has started it's configuration
process.
source
Constructor and Description |
---|
PostConstructApplicationEvent(Application application)
Constructs a new
|
Modifier and Type | Method and Description |
---|---|
Application |
getApplication()
The source |
isAppropriateListener, processListener
getSource, toString
public PostConstructApplicationEvent(Application application)
Constructs a new
AppliationPostConstructEvent
for this
application.
application
- the application that has been configuredpublic Application getApplication()
The source Application
that sent this event.
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.