Package org.ametys.plugins.odfweb.cdmfr
Class WebExportCDMfrHelper
java.lang.Object
org.ametys.odf.cdmfr.ExportCDMfrHelper
org.ametys.plugins.odfweb.cdmfr.WebExportCDMfrHelper
- All Implemented Interfaces:
Component,Contextualizable,Serviceable
Web implementation of CDM-fr export
-
Field Summary
Fields inherited from class org.ametys.odf.cdmfr.ExportCDMfrHelper
_context, _exportCDMfrManager, _resolver, REQUEST_PARAM_EXPORT_FOR_AMETYS, REQUEST_PARAM_VALID_LABEL, ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void_doExport(ContentHandler contentHandler, Program program) Do exportprotected void_prepareRequest(Program program) Prepare the request before exportvoidservice(ServiceManager smanager) Methods inherited from class org.ametys.odf.cdmfr.ExportCDMfrHelper
_getProgram, _getRequest, _prepareResponse, contextualize, export
-
Constructor Details
-
WebExportCDMfrHelper
public WebExportCDMfrHelper()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classExportCDMfrHelper- Throws:
ServiceException
-
_prepareRequest
Description copied from class:ExportCDMfrHelperPrepare the request before export- Overrides:
_prepareRequestin classExportCDMfrHelper- Parameters:
program- the program to export
-
_doExport
Description copied from class:ExportCDMfrHelperDo export- Overrides:
_doExportin classExportCDMfrHelper- Parameters:
contentHandler- The content handler to sax intoprogram- the porogram to export- Throws:
SAXException- If an error occurs during sax
-