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 inherited from class org.ametys.runtime.plugin.component.AbstractComponentExtensionPoint
_context, _extensions, _manager
-
Constructor Summary
-
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
-
Field Details
-
ROLE
The avalon role
-
-
Constructor Details
-
HTMLEditionHandlerExtensionPoint
public HTMLEditionHandlerExtensionPoint()
-