comparison gnv/src/main/java/de/intevation/gnv/action/DoExportAction.java @ 690:254f062e334b

Added JavaDoc. gnv/trunk@908 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 12 Apr 2010 16:45:16 +0000
parents 57fa8019fbdc
children af22fa5567a6
comparison
equal deleted inserted replaced
689:8487581dfe3b 690:254f062e334b
26 import org.apache.struts.action.ActionForm; 26 import org.apache.struts.action.ActionForm;
27 import org.apache.struts.action.ActionForward; 27 import org.apache.struts.action.ActionForward;
28 import org.apache.struts.action.ActionMapping; 28 import org.apache.struts.action.ActionMapping;
29 29
30 /** 30 /**
31 * This controller is called to trigger an export (e.g. pdf, svg, image). A
32 * 'save-file' dialog is opened to save the export.
33 *
31 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 34 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
32 *
33 */ 35 */
34 public class DoExportAction extends ArtifactDatabaseActionBase { 36 public class DoExportAction extends ArtifactDatabaseActionBase {
35 37
36 /** 38 /**
37 * the logger, used to log exceptions and additonaly information 39 * the logger, used to log exceptions and additonaly information
43 */ 45 */
44 public DoExportAction() { 46 public DoExportAction() {
45 super(); 47 super();
46 } 48 }
47 49
48 /** 50
49 * @see de.intevation.gnv.action.ArtifactDatabaseActionBase#execute(org.apache.struts.action.ActionMapping,
50 * org.apache.struts.action.ActionForm,
51 * javax.servlet.http.HttpServletRequest,
52 * javax.servlet.http.HttpServletResponse)
53 */
54 @Override 51 @Override
55 public ActionForward execute( 52 public ActionForward execute(
56 ActionMapping mapping, 53 ActionMapping mapping,
57 ActionForm form, 54 ActionForm form,
58 HttpServletRequest request, 55 HttpServletRequest request,
210 } catch (Exception e) { 207 } catch (Exception e) {
211 log.error(e, e); 208 log.error(e, e);
212 } 209 }
213 } 210 }
214 } 211 }
212 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org