Copyright© 2008-2026 Sitevision AB, all rights reserved.
public interface IndexableContentExtractor
An instance of the Sitevision class implementing this interface can be obtained via
IndexableContentExtractorBuilder.build().
See IndexableContentExtractorBuilder for how to obtain an instance of the IndexableContentExtractorBuilder interface.
| Modifier and Type | Method and Description |
|---|---|
String |
extractHtml()
Extracts the indexable content as HTML.
|
String |
extractMarkdown()
Extracts the indexable content as Markdown.
|
String |
extractText()
Extracts the indexable content as plain text.
|
String extractHtml()
String extractText()
String extractMarkdown()
Sitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2026 Sitevision AB, all rights reserved.