Class DocbookTransformer
java.lang.Object
org.ametys.cms.transformation.AbstractRichTextTransformer
org.ametys.cms.transformation.docbook.DocbookTransformer
- All Implemented Interfaces:
 RichTextTransformer,Serviceable
RichTextTransformer which convert HTML into Docbook.- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.ametys.cms.transformation.AbstractRichTextTransformer
service, transform, transform, transformForEditing, transformForEditing, transformForRendering, transformForRendering 
- 
Field Details
- 
ROLE
Avalon role. 
 - 
 - 
Constructor Details
- 
DocbookTransformer
public DocbookTransformer() 
 - 
 - 
Method Details
- 
_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
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. 
 
 -