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
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors
Constructor and Description
PostConstructViewMapEvent(UIViewRoot root)
Instantiate a new
PostConstructViewMapEvent
that indicates the argument
root
was just associated with its view map.
-
Method Summary
-
Methods inherited from class javax.faces.event.ComponentSystemEvent
getComponent, isAppropriateListener, processListener
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
Constructor Detail
-
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
.
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.