KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > raptus > owxv3 > modules > submitter > EASubmitterAction


1 /*
2  * eAdmin/OWX
3  * Copyright (C) 1996-2003 OWX-Project Team <owx-team@gmx.net>
4  */

5
6 package com.raptus.owxv3.modules.submitter;
7
8 import javax.servlet.http.HttpServletRequest JavaDoc;
9
10 import org.apache.struts.util.MessageResources;
11
12 import com.raptus.owxv3.*;
13 import com.raptus.owxv3.api.VModuleRoleAction;
14
15
16 /**
17  *
18  * <hr>
19  * <table width="100%" border="0">
20  * <tr>
21  * <td width="24%"><b>Filename</b></td><td width="76%">EASubmitterAction.java</td>
22  * </tr>
23  * <tr>
24  * <td width="24%"><b>Author</b></td><td width="76%">Guy Zuercher (gzuercher@raptus.com)</td>
25  * </tr>
26  * <tr>
27  * <td width="24%"><b>Date</b></td><td width="76%">1st of September 2003</td>
28  * </tr>
29  * </table>
30  * <hr>
31  * <table width="100%" border="0">
32  * <tr>
33  * <td width="24%"><b>Date / Author</b></td><td width="76%"><b>Changes</b></td>
34  * </tr>
35  * </table>
36  * <hr>
37  */

38 public class EASubmitterAction extends VModuleRoleAction
39 {
40     /**
41      *
42      */

43     public String JavaDoc dispatchVModuleElement(HttpServletRequest JavaDoc request,
44                                          String JavaDoc element,
45                                          org.apache.struts.action.ActionForm form,
46                                          VModule vm,
47                                          com.raptus.owxv3.api.usermgr.User user)
48     {
49 // if(element.compareToIgnoreCase(SubmitterConstants.ELEMENT_INDEX) == 0)
50
// {
51
// }
52

53         return Constants.SECTION_EADMIN + Constants.DEFAULT_SPACER + element;
54     }
55
56 }
57
58 // eof
59
Popular Tags