Class KeywordProviderExtensionPoint
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<T>
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentPrioritizableExtensionPoint<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
This class is in charge to load and initialize keyword tag providers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Avalon Rolestatic final String
JCR node name for tagsstatic final String
JCR nodetype for tagsFields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the tags node nameGet the tag node typeMethods inherited from class org.ametys.cms.tag.AbstractTagProviderExtensionPoint
getTag, hasTag
Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentPrioritizableExtensionPoint
getComparator, getExtensionsIds, initializeExtensions, sortPriorityAscending
Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, hasExtension, initialize, service
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Avalon Role -
TAGS_NODETYPE
JCR nodetype for tags- See Also:
-
TAGS_NODENAME
JCR node name for tags- See Also:
-
-
Constructor Details
-
KeywordProviderExtensionPoint
public KeywordProviderExtensionPoint()
-
-
Method Details
-
getTagsNodeName
Description copied from class:AbstractTagProviderExtensionPoint
Get the tags node name- Specified by:
getTagsNodeName
in classAbstractTagProviderExtensionPoint<DefaultTag>
- Returns:
- the tags node name
-
getTagsNodeType
Description copied from class:AbstractTagProviderExtensionPoint
Get the tag node type- Specified by:
getTagsNodeType
in classAbstractTagProviderExtensionPoint<DefaultTag>
- Returns:
- the tag node type
-