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 StringROLEAvalon Rolestatic StringTAGS_NODENAMEJCR node name for tagsstatic StringTAGS_NODETYPEJCR 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 StringgetTagsNodeName()Get the tags node nameStringgetTagsNodeType()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:AbstractTagProviderExtensionPointGet the tags node name- Specified by:
getTagsNodeNamein classAbstractTagProviderExtensionPoint<DefaultTag>- Returns:
- the tags node name
-
getTagsNodeType
public String getTagsNodeType()
Description copied from class:AbstractTagProviderExtensionPointGet the tag node type- Specified by:
getTagsNodeTypein classAbstractTagProviderExtensionPoint<DefaultTag>- Returns:
- the tag node type
-
-