javax.faces.event
Class ViewMapCreatedEvent
java.lang.Object
java.util.EventObject
javax.faces.event.SystemEvent
javax.faces.event.ComponentSystemEvent
javax.faces.event.ViewMapCreatedEvent
- All Implemented Interfaces:
- Serializable
public class ViewMapCreatedEvent
- 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
Constructor Summary |
ViewMapCreatedEvent(UIViewRoot root)
Instantiate a new
ViewMapCreatedEvent that indicates the argument
root was just associated with its view map. |
ViewMapCreatedEvent
public ViewMapCreatedEvent(UIViewRoot root)
Instantiate a new
ViewMapCreatedEvent
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
.
Copyright © 2002-2008 Sun Microsystems, Inc. All Rights Reserved.