KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > xpetstore > web > webwork > action > IndexAction


1 /*
2  * Created on 24-Feb-2003
3  *
4  * To change this generated comment go to
5  * Window>Preferences>Java>Code Generation>Code Template
6  */

7 package xpetstore.web.webwork.action;
8
9
10 /**
11  * @author <a HREF="mailto:tchbansi@sourceforge.net">Herve Tchepannou</a>
12  *
13  * @webwork.action
14  * name="index"
15  * success="index.vm"
16  */

17 public class IndexAction
18     extends BaseAction {}
19
Popular Tags