Package ro.sync.ecss.extensions.api
Class XHTMLAuthorActionEventHandler
java.lang.Object
ro.sync.ecss.extensions.api.AuthorActionEventHandlerBase
ro.sync.ecss.extensions.api.DefaultAuthorActionEventHandler
ro.sync.ecss.extensions.api.XHTMLAuthorActionEventHandler
- All Implemented Interfaces:
AuthorActionEventHandler,Extension
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public class XHTMLAuthorActionEventHandler
extends DefaultAuthorActionEventHandler
Author action event handler for XHTML.
IMPORTANT, THIS CLASS SHOULD HAVE BEEN CREATED IN THE FRAMEWORK SPECIFIC PACKAGE.
BUT IT WAS NOT, TOO LATE, WE KEEP IT HERE FOR BACKWARD COMPATIBILITY
-
Nested Class Summary
Nested classes/interfaces inherited from interface ro.sync.ecss.extensions.api.AuthorActionEventHandler
AuthorActionEventHandler.AuthorActionEventType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetParagraphElement(AuthorAccess authorAccess) Get the preferred XML element content to be inserted.Methods inherited from class ro.sync.ecss.extensions.api.DefaultAuthorActionEventHandler
areCompatibleLists, canHandleEvent, getContentCompletionActions, getDescription, getPreferredXMLElementContent, handleEvent, isList, isMovableListItem, promote, promoteSubListItemsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ro.sync.ecss.extensions.api.AuthorActionEventHandler
canHandleEvent, getListItemAncestorToSplit
-
Constructor Details
-
XHTMLAuthorActionEventHandler
public XHTMLAuthorActionEventHandler()
-
-
Method Details
-
getParagraphElement
Description copied from class:DefaultAuthorActionEventHandlerGet the preferred XML element content to be inserted. Can benull.- Overrides:
getParagraphElementin classDefaultAuthorActionEventHandler- Parameters:
authorAccess- The author access.- Returns:
- the preferred XML element content to be inserted.
-