|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.faces.event.SystemEvent javax.faces.event.ComponentSystemEvent javax.faces.event.PostConstructViewMapEvent
public class PostConstructViewMapEvent
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
.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
PostConstructViewMapEvent(UIViewRoot root)
Instantiate a new
|
Method Summary |
---|
Methods inherited from class javax.faces.event.ComponentSystemEvent |
---|
getComponent |
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 |
---|
public PostConstructViewMapEvent(UIViewRoot root)
Instantiate a new
PostConstructViewMapEvent
that indicates the argument
root
was just associated with its view map.
root
- the UIViewRoot
for which a view map has
just been created.
IllegalArgumentException
- if the argument is null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |