Class RefreshDynamicComponentListener

java.lang.Object
org.apache.myfaces.view.facelets.compiler.RefreshDynamicComponentListener
All Implemented Interfaces:
StateHolder, ComponentSystemEventListener, FacesListener, EventListener

public final class RefreshDynamicComponentListener extends Object implements ComponentSystemEventListener, StateHolder
This listener must be attached to PostRestoreStateEvent so when the view is restored, the algorithm refresh the component that was created using facelets, restoring the transient markup.
Author:
lu4242