Class GetContentInformationAction
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.cocoon.acting.AbstractAction
-
- org.apache.cocoon.acting.ServiceableAction
-
- org.ametys.cms.content.GetContentInformationAction
-
- org.ametys.web.repository.content.GetContentInformationAction
-
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
,Action
public class GetContentInformationAction extends GetContentInformationAction
Get the content information
-
-
Field Summary
-
Fields inherited from class org.ametys.cms.content.GetContentInformationAction
_contentDAO, _contentTypeEP, _contentWorkflowHelper, _lockManager, _resolver, _rightManager, _userProvider
-
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 GetContentInformationAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Object>
getAdditionalProperties(Content content)
Get content additional propertiesvoid
service(ServiceManager smanager)
-
Methods inherited from class org.ametys.cms.content.GetContentInformationAction
act
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Constructor Detail
-
GetContentInformationAction
public GetContentInformationAction()
-
-
Method Detail
-
service
public void service(ServiceManager smanager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classGetContentInformationAction
- Throws:
ServiceException
-
getAdditionalProperties
protected Map<String,Object> getAdditionalProperties(Content content)
Description copied from class:GetContentInformationAction
Get content additional properties- Overrides:
getAdditionalProperties
in classGetContentInformationAction
- Parameters:
content
- The content- Returns:
- The additionnal properties
-
-