Operation |
Details |
protected const doGet( HttpServletRequest req, HttpServletResponse resp):void |
Sequential Tags: | annotations=@Override throws=ServletException,IOException
| |
protected const doPost( HttpServletRequest req, HttpServletResponse resp):void |
Sequential Tags: | annotations=@Override throws=ServletException,IOException
| |
private getContentType( String outputFormat):String |
Sequential Notes: | Mapping of outputFormat to mime-type TODO: Get the mapping directly from ItemExportingBean @return mime-type according to the outputFormat | |
private getFileExtension( String outputFormat):String |
Sequential Notes: | Mapping of the outputType file to the correct file extension TODO: Get the mapping directly from ItemExportingBean @return mime-type according to the outputFormat | |
private handleException( Exception e, HttpServletResponse resp):void |
Sequential |