Package org.apache.myfaces.trinidad.change

Interface Summary
DocumentChange Document-aware Changes inrfaces.
 

Class Summary
AddChildComponentChange Change specialization for adding a child component.
AddChildDocumentChange Change specialization for adding a child component using document mark up.
AddComponentChange Base class for specialized Change that when applied will add a component instance to the component tree.
AddComponentDocumentChange Base class for specialized DocumentChanges that when applied will add a component instance to the component tree.
AttributeComponentChange Change specialization for change in attributes.
AttributeDocumentChange Change specialization for change in attributes.
ChangeManager The base class for all ChangeManagers.
ComponentChange Base class for all ComponentChanges.
DocumentChangeFactory Strategy Object for converting converting ComponentChanges to DocumentChanges.
NullChangeManager An ChangeManager implementation that is all a no-op.
RemoveChildComponentChange Change specialization for removal of a child.
RemoveFacetComponentChange Change specialization for removal of a facet.
ReorderChildrenComponentChange Change specialization for re-ordering of children.
SessionChangeManager A ChangeManager implementation that manages persisting the added Changes at the session.
SetFacetChildComponentChange Change specialization for adding a facet.
SetFacetChildDocumentChange Change specialization for adding a child component to a facet using document mark up.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.