Class GetContentAction
- java.lang.Object
 - 
- org.apache.avalon.framework.logger.AbstractLogEnabled
 - 
- org.apache.cocoon.acting.AbstractAction
 - 
- org.apache.cocoon.acting.ServiceableAction
 - 
- org.ametys.cms.content.GetContentAction
 - 
- org.ametys.plugins.forms.processing.GetContentAction
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Component,LogEnabled,Serviceable,Action
public class GetContentAction extends GetContentAction
Get a content. 
- 
- 
Field Summary
- 
Fields inherited from class org.ametys.cms.content.GetContentAction
_contentTypeExtensionPoint, _contentTypeshelper, _resolver, RESULT_CONTENTTYPE, RESULT_CONTENTVERSION, RESULT_PLUGINNAME, RESULT_RENDERINGLANGUAGE 
- 
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 GetContentAction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters)voidservice(ServiceManager serviceManager)- 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
GetContentAction
public GetContentAction()
 
 - 
 
- 
Method Detail
- 
service
public void service(ServiceManager serviceManager) throws ServiceException
- Specified by:
 servicein interfaceServiceable- Overrides:
 servicein classGetContentAction- Throws:
 ServiceException
 
- 
act
public Map<String,String> act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
- Specified by:
 actin interfaceAction- Overrides:
 actin classGetContentAction- Throws:
 Exception
 
 - 
 
 -