public interface DocumentChange
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
void changeDocument(Node componentNode)
componentNode - DOM node of the component to apply the change toboolean getForcesDocumentReload()
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.