public interface TemplateProcessingResult
TemplateVariationDefinition
through a
TemplateProcessor
.Modifier and Type | Method and Description |
---|---|
ContentItem |
getContentItem()
If the processed result is stored as a content item, this will return it.
|
InputStream |
getInputStream()
Returns the processed result as an
InputStream . |
String |
getProcessedContent()
Returns the processed content as a string (in case the content is processed directly).
|
TemplateHolder |
getTemplateHolder()
Returns the template holder containing all information like template definition and variation which was used to produce the result.
|
String getProcessedContent()
InputStream getInputStream()
InputStream
.
Callers are responsible for closing the stream.ContentItem getContentItem()
TemplateHolder getTemplateHolder()