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, _userProvider
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 TypeMethodDescriptiongetAdditionalProperties
(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 Details
-
GetContentInformationAction
public GetContentInformationAction()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classGetContentInformationAction
- Throws:
ServiceException
-
getAdditionalProperties
Description copied from class:GetContentInformationAction
Get content additional properties- Overrides:
getAdditionalProperties
in classGetContentInformationAction
- Parameters:
content
- The content- Returns:
- The additionnal properties
-