Class HTMLTransformer
- java.lang.Object
-
- org.ametys.cms.transformation.AbstractRichTextTransformer
-
- org.ametys.cms.transformation.html.HTMLTransformer
-
- All Implemented Interfaces:
RichTextTransformer
,Serviceable
public class HTMLTransformer extends AbstractRichTextTransformer
RichTextTransformer
which convert HTML into HTML.
-
-
Constructor Summary
Constructors Constructor Description HTMLTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
_getSourceUriForHTML2RichText()
Returns the internalSource
URI used to process the HTML editor content.protected String
_getSourceUriForRichText2HTML()
Returns the internalSource
URI used to process the RichText's InputStream.-
Methods inherited from class org.ametys.cms.transformation.AbstractRichTextTransformer
service, transform, transform, transformForEditing, transformForEditing, transformForRendering, transformForRendering
-
-
-
-
Constructor Detail
-
HTMLTransformer
public HTMLTransformer()
-
-
Method Detail
-
_getSourceUriForHTML2RichText
protected String _getSourceUriForHTML2RichText()
Description copied from class:AbstractRichTextTransformer
Returns the internalSource
URI used to process the HTML editor content.- Specified by:
_getSourceUriForHTML2RichText
in classAbstractRichTextTransformer
- Returns:
- the internal
Source
URI used to process the HTML editor content.
-
_getSourceUriForRichText2HTML
protected String _getSourceUriForRichText2HTML()
Description copied from class:AbstractRichTextTransformer
Returns the internalSource
URI used to process the RichText's InputStream.- Specified by:
_getSourceUriForRichText2HTML
in classAbstractRichTextTransformer
- Returns:
- the internal
Source
URI used to process the RichText's InputStream.
-
-