|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.faces.event.SystemEvent
javax.faces.event.ComponentSystemEvent
org.apache.myfaces.view.facelets.tag.jsf.PreDisposeViewEvent
public class PreDisposeViewEvent
MyFaces specific event used to clear all component binding if normal navigation occur during a POST request. NOTE: this event is not intended for use outside MyFaces Impl project.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
PreDisposeViewEvent(javax.faces.component.UIComponent component)
|
Method Summary | |
---|---|
boolean |
isAppropriateListener(javax.faces.event.FacesListener listener)
|
Methods inherited from class javax.faces.event.ComponentSystemEvent |
---|
getComponent |
Methods inherited from class javax.faces.event.SystemEvent |
---|
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 PreDisposeViewEvent(javax.faces.component.UIComponent component)
Method Detail |
---|
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener
in class javax.faces.event.SystemEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |