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
public class GetKeywordsAction extends AbstractGetTagsAction
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
Constructors Constructor Description GetKeywordsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTagProviderEPRole()
Get the tag provider extension point role-
Methods 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 Detail
-
GetKeywordsAction
public GetKeywordsAction()
-
-
Method Detail
-
getTagProviderEPRole
public String 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
-
-