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 Modifier and Type Field Description private SharedContentManager_sharedContentManager- 
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 propertiesvoidservice(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 
 - 
 
 - 
 
- 
- 
Field Detail
- 
_sharedContentManager
private SharedContentManager _sharedContentManager
 
 - 
 
- 
Constructor Detail
- 
GetContentInformationAction
public GetContentInformationAction()
 
 - 
 
- 
Method Detail
- 
service
public void service(ServiceManager smanager) throws ServiceException
- Specified by:
 servicein interfaceServiceable- Overrides:
 servicein classGetContentInformationAction- Throws:
 ServiceException
 
- 
getAdditionalProperties
protected Map<String,Object> getAdditionalProperties(Content content)
Description copied from class:GetContentInformationActionGet content additional properties- Overrides:
 getAdditionalPropertiesin classGetContentInformationAction- Parameters:
 content- The content- Returns:
 - The additionnal properties
 
 
 - 
 
 -