Class AbstractHTMLEditionHandler

java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.cms.transformation.htmledition.AbstractHTMLEditionHandler
All Implemented Interfaces:
Contextualizable, LogEnabled, Serviceable, ContentHandler, LexicalHandler
Direct Known Subclasses:
DocbookLocalMediaObjectEditionHandler, HTMLLocalMediaObjectEditionHandler, SemanticAnnotationsEditionHandler, UploadedDataHTMLEditionHandler, UploadedLinksHTMLEditionHandler, WebHTMLEditionHandler

This abstract class is for component that wants to be in the saving pipeline. As a pipeline you receive events (from the ContentHandler and LexicalHandler interfaces) you may transform it and write it to the given contentHandler (setContentHandler) and given lexicalHandler (setLexicalHandler) You receive the html extracted from a htmleditor and you may operate some changes.