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
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidprocessEvent(ComponentSystemEvent event) voidrestoreState(FacesContext context, Object state) saveState(FacesContext context) voidsetTransient(boolean newTransientValue) 
- 
Constructor Details- 
CreateDynamicCompositeComponentListener
- 
CreateDynamicCompositeComponentListenerpublic CreateDynamicCompositeComponentListener()
 
- 
- 
Method Details- 
processEvent- Specified by:
- processEventin interface- ComponentSystemEventListener
 
- 
saveState- Specified by:
- saveStatein interface- StateHolder
 
- 
restoreState- Specified by:
- restoreStatein interface- StateHolder
 
- 
isTransientpublic boolean isTransient()- Specified by:
- isTransientin interface- StateHolder
 
- 
setTransientpublic void setTransient(boolean newTransientValue) - Specified by:
- setTransientin interface- StateHolder
 
 
-