Class DocbookTransformer
- java.lang.Object
-
- org.ametys.cms.transformation.AbstractRichTextTransformer
-
- org.ametys.cms.transformation.docbook.DocbookTransformer
-
- All Implemented Interfaces:
RichTextTransformer,Serviceable
public class DocbookTransformer extends AbstractRichTextTransformer
RichTextTransformerwhich convert HTML into Docbook.
-
-
Constructor Summary
Constructors Constructor Description DocbookTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String_getSourceUriForHTML2RichText()Returns the internalSourceURI used to process the HTML editor content.protected String_getSourceUriForRichText2HTML()Returns the internalSourceURI 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
-
DocbookTransformer
public DocbookTransformer()
-
-
Method Detail
-
_getSourceUriForHTML2RichText
protected String _getSourceUriForHTML2RichText()
Description copied from class:AbstractRichTextTransformerReturns the internalSourceURI used to process the HTML editor content.- Specified by:
_getSourceUriForHTML2RichTextin classAbstractRichTextTransformer- Returns:
- the internal
SourceURI used to process the HTML editor content.
-
_getSourceUriForRichText2HTML
protected String _getSourceUriForRichText2HTML()
Description copied from class:AbstractRichTextTransformerReturns the internalSourceURI used to process the RichText's InputStream.- Specified by:
_getSourceUriForRichText2HTMLin classAbstractRichTextTransformer- Returns:
- the internal
SourceURI used to process the RichText's InputStream.
-
-