Class HTMLEditionHandlerExtensionPoint
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.ametys.runtime.plugin.component.AbstractComponentExtensionPoint<AbstractHTMLEditionHandler>
-
- org.ametys.cms.transformation.htmledition.HTMLEditionHandlerExtensionPoint
-
- All Implemented Interfaces:
ExtensionPoint<AbstractHTMLEditionHandler>
,Disposable
,Initializable
,Component
,Contextualizable
,LogEnabled
,Serviceable
,ThreadSafe
public class HTMLEditionHandlerExtensionPoint extends AbstractComponentExtensionPoint<AbstractHTMLEditionHandler>
This extension point manages the handlers component you want to use for the HTMLEditionTransformer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ametys.runtime.plugin.component.AbstractComponentExtensionPoint
AbstractComponentExtensionPoint.ExtensionConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static String
ROLE
The avalon role-
Fields inherited from class org.ametys.runtime.plugin.component.AbstractComponentExtensionPoint
_context, _extensions, _manager
-
-
Constructor Summary
Constructors Constructor Description HTMLEditionHandlerExtensionPoint()
-
Method Summary
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractComponentExtensionPoint
addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, service
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Constructor Detail
-
HTMLEditionHandlerExtensionPoint
public HTMLEditionHandlerExtensionPoint()
-
-