public abstract class AddComponentDocumentChange extends Object implements DocumentChange
Modifier | Constructor and Description |
---|---|
protected |
AddComponentDocumentChange(DocumentFragment fragment) |
Modifier and Type | Method and Description |
---|---|
protected DocumentFragment |
getComponentFragment()
Returns the component that is to be added either as a child or a facet
while applying this Change.
|
boolean |
getForcesDocumentReload()
Returns true if adding the DocumentChange should force the JSP Document
to reload
|
protected DocumentFragment |
getImportedComponentFragment(Node targetNode)
Given the target Node, return the DocumentFragment, imported into the
target Document
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
changeDocument
protected AddComponentDocumentChange(DocumentFragment fragment)
public boolean getForcesDocumentReload()
getForcesDocumentReload
in interface DocumentChange
protected final DocumentFragment getComponentFragment()
protected final DocumentFragment getImportedComponentFragment(Node targetNode)
targetNode
- Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.