javax.faces.event
Class PostConstructApplicationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.SystemEvent
          extended by javax.faces.event.PostConstructApplicationEvent
All Implemented Interfaces:
java.io.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 JavaServer Faces runtime has started it's configuration process.

Since:
2.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PostConstructApplicationEvent(Application application)
          

Constructs a new AppliationPostConstructEvent for this application.

 
Method Summary
 Application getApplication()
          

The source Application that sent this event.

 
Methods inherited from class javax.faces.event.SystemEvent
isAppropriateListener, processListener
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PostConstructApplicationEvent

public PostConstructApplicationEvent(Application application)

Constructs a new AppliationPostConstructEvent for this application.

Parameters:
application - the application that has been configured
Since:
2.0
Method Detail

getApplication

public Application getApplication()

The source Application that sent this event.

Since:
2.0


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

Scripting on this page tracks web page traffic, but does not change the content in any way.