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
FieldsModifier and TypeFieldDescriptionstatic final StringAvalon Rolestatic final StringJCR node name for tagsstatic final StringJCR nodetype for tagsFields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the tags node nameGet the tag node typeMethods inherited from class org.ametys.cms.tag.AbstractTagProviderExtensionPoint
getTag, hasTagMethods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentPrioritizableExtensionPoint
getComparator, getExtensionsIds, initializeExtensions, sortPriorityAscendingMethods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, hasExtension, initialize, serviceMethods 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:AbstractTagProviderExtensionPointGet the tags node name- Specified by:
getTagsNodeNamein classAbstractTagProviderExtensionPoint<DefaultTag>- Returns:
- the tags node name
-
getTagsNodeType
Description copied from class:AbstractTagProviderExtensionPointGet the tag node type- Specified by:
getTagsNodeTypein classAbstractTagProviderExtensionPoint<DefaultTag>- Returns:
- the tag node type
-