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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
_doExport
(ContentHandler contentHandler, Program program) Do exportprotected void
_prepareRequest
(Program program) Prepare the request before exportvoid
service
(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:
service
in interfaceServiceable
- Overrides:
service
in classExportCDMfrHelper
- Throws:
ServiceException
-
_prepareRequest
Description copied from class:ExportCDMfrHelper
Prepare the request before export- Overrides:
_prepareRequest
in classExportCDMfrHelper
- Parameters:
program
- the program to export
-
_doExport
Description copied from class:ExportCDMfrHelper
Do export- Overrides:
_doExport
in classExportCDMfrHelper
- Parameters:
contentHandler
- The content handler to sax intoprogram
- the porogram to export- Throws:
SAXException
- If an error occurs during sax
-