Class CreateDynamicCompositeComponentListener

java.lang.Object
org.apache.myfaces.view.facelets.tag.composite.CreateDynamicCompositeComponentListener
All Implemented Interfaces:
StateHolder, ComponentSystemEventListener, FacesListener, EventListener

public class CreateDynamicCompositeComponentListener extends Object implements ComponentSystemEventListener, StateHolder
This listener must be attached to PostAddToViewEvent, so when composite component is added to the view, the algorithm that create the composite component content is executed.
Author:
lu4242