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
Get the content information
-
Field Summary
Fields inherited from class org.ametys.cms.content.GetContentInformationAction
_contentDAO, _contentTypeEP, _contentWorkflowHelper, _lockManager, _resolver, _rightManager, _userProviderFields inherited from class org.apache.cocoon.acting.ServiceableAction
managerFields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAdditionalProperties(Content content) Get content additional propertiesvoidservice(ServiceManager smanager) Methods inherited from class org.ametys.cms.content.GetContentInformationAction
actMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
GetContentInformationAction
public GetContentInformationAction()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classGetContentInformationAction- Throws:
ServiceException
-
getAdditionalProperties
Description copied from class:GetContentInformationActionGet content additional properties- Overrides:
getAdditionalPropertiesin classGetContentInformationAction- Parameters:
content- The content- Returns:
- The additionnal properties
-