org.sitemesh.content
Interface Content

All Known Implementing Classes:
InMemoryContent

public interface Content

Author:
Joe Walnes

Method Summary
 CharSequenceBuffer createDataOnlyBuffer()
          Creates a buffer that will output it contents in getData(), but NOT in the extracted properties from getExtractedProperties().
 ContentChunk getData()
          The main data of the content - that is, the complete document.
 ContentProperty getExtractedProperties()
          Get a tree of extracted properties, that were captured by the ContentProcessor.
 

Method Detail

getData

ContentChunk getData()
The main data of the content - that is, the complete document. This may have been rewritten by the ContentProcessor.


getExtractedProperties

ContentProperty getExtractedProperties()
Get a tree of extracted properties, that were captured by the ContentProcessor.


createDataOnlyBuffer

CharSequenceBuffer createDataOnlyBuffer()
Creates a buffer that will output it contents in getData(), but NOT in the extracted properties from getExtractedProperties().



Copyright © 2011. All Rights Reserved.