comparison gnv/src/main/java/de/intevation/gnv/action/mapviewer/ShowMapViewerCallBodyAction.java @ 683:d49e8695786c

Ordered imports. Removed needless imports. Removed empty headers. gnv/trunk@855 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 09:10:25 +0000
parents 15ac78a91d1b
children 57fa8019fbdc
comparison
equal deleted inserted replaced
682:d3062dc8626a 683:d49e8695786c
1 /**
2 *
3 */
4 package de.intevation.gnv.action.mapviewer; 1 package de.intevation.gnv.action.mapviewer;
2
3 import de.intevation.gnv.action.ArtifactDatabaseActionBase;
5 4
6 import javax.servlet.http.HttpServletRequest; 5 import javax.servlet.http.HttpServletRequest;
7 import javax.servlet.http.HttpServletResponse; 6 import javax.servlet.http.HttpServletResponse;
8 7
9 import org.apache.log4j.Logger; 8 import org.apache.log4j.Logger;
9
10 import org.apache.struts.action.ActionForm; 10 import org.apache.struts.action.ActionForm;
11 import org.apache.struts.action.ActionForward; 11 import org.apache.struts.action.ActionForward;
12 import org.apache.struts.action.ActionMapping; 12 import org.apache.struts.action.ActionMapping;
13 13
14 import de.intevation.gnv.action.ArtifactDatabaseActionBase;
15
16 /** 14 /**
17 * @author Tim Englich <tim.englich@intevation.de> 15 * @author Tim Englich <tim.englich@intevation.de>
18 *
19 */ 16 */
20 public class ShowMapViewerCallBodyAction extends ArtifactDatabaseActionBase { 17 public class ShowMapViewerCallBodyAction extends ArtifactDatabaseActionBase {
21 18
22 /** 19 /**
23 * the logger, used to log exceptions and additionally information 20 * the logger, used to log exceptions and additionally information
38 HttpServletResponse response) throws Exception { 35 HttpServletResponse response) throws Exception {
39 log.debug("ShowMapViewerCallBodyAction.execute"); 36 log.debug("ShowMapViewerCallBodyAction.execute");
40 request.setAttribute("MAPVIEWERCALL", new Boolean(true)); 37 request.setAttribute("MAPVIEWERCALL", new Boolean(true));
41 return super.execute(mapping, form, request, response); 38 return super.execute(mapping, form, request, response);
42 } 39 }
43
44
45
46 } 40 }

http://dive4elements.wald.intevation.org