org.apache.myfaces.view.facelets
Class PostBuildComponentTreeOnRestoreViewEvent
java.lang.Object
java.util.EventObject
javax.faces.event.SystemEvent
javax.faces.event.ComponentSystemEvent
org.apache.myfaces.view.facelets.PostBuildComponentTreeOnRestoreViewEvent
- All Implemented Interfaces:
- Serializable
public class PostBuildComponentTreeOnRestoreViewEvent
- extends ComponentSystemEvent
TODO: Remove it since after MYFACES-2389 this is not necessary anymore.
Now, PostAddToViewEvent can be triggered inclusive on postback and restore view
phase, but note RestoreViewExecutor call facesContext.setProcessingEvents(false)
and cause the same effect than the check on UIComponent.setParent()
(postback and restore view phase).
- Since:
- 2.0
- Version:
- $Revision: 899026 $ $Date: 2010-01-14 01:47:14 +0000 (Thu, 14 Jan 2010) $
- Author:
- Leonardo Uribe (latest modification by $Author: lu4242 $)
- See Also:
- Serialized Form
PostBuildComponentTreeOnRestoreViewEvent
public PostBuildComponentTreeOnRestoreViewEvent(UIComponent component)
- Parameters:
component
-
isAppropriateListener
public boolean isAppropriateListener(FacesListener listener)
-
- Overrides:
isAppropriateListener
in class ComponentSystemEvent
Copyright © 2015 The Apache Software Foundation. All rights reserved.