public class HTMLTransformer extends AbstractRichTextTransformer
RichTextTransformer
which convert HTML into HTML.Constructor and Description |
---|
HTMLTransformer() |
Modifier and Type | Method and Description |
---|---|
protected String |
_getSourceUriForHTML2RichText()
Returns the internal
Source URI used to process the HTML editor content. |
protected String |
_getSourceUriForRichText2HTML()
Returns the internal
Source URI used to process the RichText's InputStream. |
service, transform, transformForEditing, transformForRendering
public HTMLTransformer()
protected String _getSourceUriForHTML2RichText()
AbstractRichTextTransformer
Source
URI used to process the HTML editor content._getSourceUriForHTML2RichText
in class AbstractRichTextTransformer
Source
URI used to process the HTML editor content.protected String _getSourceUriForRichText2HTML()
AbstractRichTextTransformer
Source
URI used to process the RichText's InputStream._getSourceUriForRichText2HTML
in class AbstractRichTextTransformer
Source
URI used to process the RichText's InputStream.