org.apache.myfaces.view.facelets.tag.jsf
Class PreDisposeViewEvent
java.lang.Object
java.util.EventObject
javax.faces.event.SystemEvent
javax.faces.event.ComponentSystemEvent
org.apache.myfaces.view.facelets.tag.jsf.PreDisposeViewEvent
- All Implemented Interfaces:
- Serializable
public class PreDisposeViewEvent
- extends ComponentSystemEvent
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.
- Since:
- 2.0.6
- Author:
- Leonardo Uribe
- See Also:
- Serialized Form
PreDisposeViewEvent
public PreDisposeViewEvent(UIComponent component)
isAppropriateListener
public boolean isAppropriateListener(FacesListener listener)
- Overrides:
isAppropriateListener
in class SystemEvent
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.