Class KeywordProviderExtensionPoint
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<TagProvider<T>>
-
- org.ametys.cms.tag.AbstractTagProviderExtensionPoint<DefaultTag>
-
- org.ametys.plugins.workspaces.keywords.KeywordProviderExtensionPoint
-
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<TagProvider<DefaultTag>>
,Disposable
,Initializable
,Component
,Contextualizable
,Serviceable
,ThreadSafe
public class KeywordProviderExtensionPoint extends AbstractTagProviderExtensionPoint<DefaultTag>
This class is in charge to load and initialize keyword tag providers.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ROLE
Avalon Rolestatic String
TAGS_NODENAME
JCR node name for tagsstatic String
TAGS_NODETYPE
JCR nodetype for tags-
Fields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
-
Constructor Summary
Constructors Constructor Description KeywordProviderExtensionPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTagsNodeName()
Get the tags node nameString
getTagsNodeType()
Get the tag node type-
Methods inherited from class org.ametys.cms.tag.AbstractTagProviderExtensionPoint
getTag, hasTag
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, service
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Field Detail
-
TAGS_NODETYPE
public static final String TAGS_NODETYPE
JCR nodetype for tags- See Also:
- Constant Field Values
-
TAGS_NODENAME
public static final String TAGS_NODENAME
JCR node name for tags- See Also:
- Constant Field Values
-
-
Constructor Detail
-
KeywordProviderExtensionPoint
public KeywordProviderExtensionPoint()
-
-
Method Detail
-
getTagsNodeName
public String getTagsNodeName()
Description copied from class:AbstractTagProviderExtensionPoint
Get the tags node name- Specified by:
getTagsNodeName
in classAbstractTagProviderExtensionPoint<DefaultTag>
- Returns:
- the tags node name
-
getTagsNodeType
public String getTagsNodeType()
Description copied from class:AbstractTagProviderExtensionPoint
Get the tag node type- Specified by:
getTagsNodeType
in classAbstractTagProviderExtensionPoint<DefaultTag>
- Returns:
- the tag node type
-
-