|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
Method Detail |
---|
void changeDocument(Node componentNode)
componentNode
- DOM node of the component to apply the change toboolean getForcesDocumentReload()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |