comparison gnv/src/main/java/de/intevation/gnv/action/FetchArtifactFactoriesAction.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
19 import org.apache.struts.action.ActionForm; 19 import org.apache.struts.action.ActionForm;
20 import org.apache.struts.action.ActionForward; 20 import org.apache.struts.action.ActionForward;
21 import org.apache.struts.action.ActionMapping; 21 import org.apache.struts.action.ActionMapping;
22 22
23 /** 23 /**
24 * This controller fetches artifact factories from artifact server and stores
25 * them on a <code>SessionModel</code> object.
26 *
24 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 27 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
25 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 28 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
26 *
27 */ 29 */
28 public class FetchArtifactFactoriesAction extends ArtifactDatabaseActionBase { 30 public class FetchArtifactFactoriesAction extends ArtifactDatabaseActionBase {
29 /** 31 /**
30 * the logger, used to log exceptions and additonaly information 32 * the logger, used to log exceptions and additonaly information
31 */ 33 */
34 36
35 public FetchArtifactFactoriesAction() { 37 public FetchArtifactFactoriesAction() {
36 super(); 38 super();
37 } 39 }
38 40
39 /** 41
40 * @see de.intevation.gnv.action.ArtifactDatabaseActionBase#execute(org.apache.struts.action.ActionMapping,
41 * org.apache.struts.action.ActionForm,
42 * javax.servlet.http.HttpServletRequest,
43 * javax.servlet.http.HttpServletResponse)
44 */
45 @Override 42 @Override
46 public ActionForward execute(ActionMapping mapping, ActionForm form, 43 public ActionForward execute(ActionMapping mapping, ActionForm form,
47 HttpServletRequest request, 44 HttpServletRequest request,
48 HttpServletResponse response) throws Exception { 45 HttpServletResponse response) throws Exception {
49 log.debug("ArtifactDatabaseActionBase.execute"); 46 log.debug("ArtifactDatabaseActionBase.execute");

http://dive4elements.wald.intevation.org