javax.faces.event
Class PostConstructViewMapEvent
java.lang.Object
extended by java.util.EventObject
extended by javax.faces.event.SystemEvent
extended by javax.faces.event.ComponentSystemEvent
extended by javax.faces.event.PostConstructViewMapEvent
- All Implemented Interfaces:
- java.io.Serializable
public class PostConstructViewMapEvent
- extends ComponentSystemEvent
This event must be published by a call
to {javax.faces.application.Application#publishEvent} when the view
map is first created. This must happen on the first time a call is
made to UIViewRoot#getViewMap
on a UIViewRoot
instance. The source for this event is the
UIViewRoot.
- Since:
- 2.0
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
PostConstructViewMapEvent(UIViewRoot root)
Instantiate a new
PostConstructViewMapEvent that indicates the argument
root was just associated with its view map. |
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 |
PostConstructViewMapEvent
public PostConstructViewMapEvent(UIViewRoot root)
Instantiate a new
PostConstructViewMapEvent
that indicates the argument
root
was just associated with its view map.
- Parameters:
root
- the UIViewRoot
for which a view map has
just been created.
- Throws:
IllegalArgumentException
- if the argument is null
.
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.