Class GetKeywordsAction
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
org.apache.cocoon.acting.ServiceableAction
org.ametys.cms.tag.AbstractGetTagsAction
org.ametys.plugins.workspaces.keywords.GetKeywordsAction
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
,Action
Action to get the project's keywords tree
-
Field Summary
Fields inherited from class org.ametys.cms.tag.AbstractGetTagsAction
_resolver, _tagProviderExtPt
Fields inherited from class org.apache.cocoon.acting.ServiceableAction
manager
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the tag provider extension point roleMethods inherited from class org.ametys.cms.tag.AbstractGetTagsAction
_getFilteredTags, act, getProvidersId, getProvidersIds, isCreationAllowed, isUserAuthorized, providerToJSON, service, tagToJSON
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
GetKeywordsAction
public GetKeywordsAction()
-
-
Method Details
-
getTagProviderEPRole
Description copied from class:AbstractGetTagsAction
Get the tag provider extension point role- Specified by:
getTagProviderEPRole
in classAbstractGetTagsAction
- Returns:
- the tag provider extension point role
-