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, transformForRenderingpublic HTMLTransformer()
protected String _getSourceUriForHTML2RichText()
AbstractRichTextTransformerSource URI used to process the HTML editor content._getSourceUriForHTML2RichText in class AbstractRichTextTransformerSource URI used to process the HTML editor content.protected String _getSourceUriForRichText2HTML()
AbstractRichTextTransformerSource URI used to process the RichText's InputStream._getSourceUriForRichText2HTML in class AbstractRichTextTransformerSource URI used to process the RichText's InputStream.