Skip navigation links
org.apache.myfaces.trinidad.change
Interface DocumentChange
- All Known Implementing Classes:
- AddChildDocumentChange, AddComponentDocumentChange, AttributeDocumentChange, MoveChildComponentChange, RemoveChildComponentChange, RemoveFacetComponentChange, ReorderChildrenComponentChange, SetFacetChildDocumentChange
-
public interface DocumentChange
Document-aware Changes inrfaces. Changes that can apply their changes to the underlying JSP DOM document, implement this interface to avoid requiring a converter class be registered with the ChangeMananger
| Method Summary |
void |
changeDocument(Node componentNode)
Apply this change to the specied root DOM Node of the component |
boolean |
getForcesDocumentReload()
Returns true if adding the DocumentChange should force the JSP Document to reload |
changeDocument
void changeDocument(Node componentNode)
- Apply this change to the specied root DOM Node of the component
-
- Parameters:
componentNode - DOM node of the component to apply the change to
getForcesDocumentReload
boolean getForcesDocumentReload()
- Returns true if adding the DocumentChange should force the JSP Document to reload
Skip navigation links
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.