public interface ContentModelElement extends ExtensibilityModelElement
| Modifier and Type | Method and Description |
|---|---|
String |
flushContent()
Flushes the content of the all the buffer elements
|
ExtensibilityContent |
getNextContentBufferElement()
This should be implemented to return the next buffer element to write to.
|
getDirectiveName, getId, getTypestatic final String TYPE
ExtensibilityContent getNextContentBufferElement()
This should be implemented to return the next buffer element to write to.
Depending upon the implementation this method could always return the same
buffer element. The buffer element in this case should be an object that is and
implementation of ExtensibilityContent.
ExtensibilityContent object to write to.String flushContent()
Flushes the content of the all the buffer elements
Copyright © 2005–2016 Alfresco Software. All rights reserved.