Class HTMLEnhancementExtensionPoint
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.runtime.plugin.AbstractExtensionPoint<HTMLEnhancer>
-
- org.ametys.cms.transformation.html.HTMLEnhancementExtensionPoint
-
- org.ametys.plugins.workspaces.html.HTMLEnhancementExtensionPoint
-
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<HTMLEnhancer>
,Initializable
,Component
public class HTMLEnhancementExtensionPoint extends HTMLEnhancementExtensionPoint
This extension point handle the new tags you want to add to the default implementation of the html
-
-
Field Summary
Fields Modifier and Type Field Description static String
ROLE
The avalon role-
Fields inherited from class org.ametys.runtime.plugin.AbstractExtensionPoint
_extensions
-
-
Constructor Summary
Constructors Constructor Description HTMLEnhancementExtensionPoint()
-
Method Summary
-
Methods inherited from class org.ametys.cms.transformation.html.HTMLEnhancementExtensionPoint
addExtension, getHtml2HTMLEditorHandlers, getHtml2htmleditorXSLT, getHtml2HTMLHandlers, getHtml2htmlXSLT, getHtml2outgoingReferencesXSLT, getHtmleditor2HTMLHandlers, getHtmlEditor2HTMLXSLT, initializeExtensions
-
Methods inherited from class org.ametys.runtime.plugin.AbstractExtensionPoint
getExtension, getExtensionsIds, hasExtension, initialize
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Constructor Detail
-
HTMLEnhancementExtensionPoint
public HTMLEnhancementExtensionPoint()
-
-