KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > xdoclet > modules > apache > struts > ejb > XDocletModulesApacheStrutsEjbMessages


1 /*
2  * Copyright (c) 2001, 2002 The XDoclet team
3  * All rights reserved.
4  */

5 package xdoclet.modules.apache.struts.ejb;
6
7 /**
8  * @author Ara Abrahamian (ara_e_w@yahoo.com)
9  * @created May 31, 2002
10  * @version $Revision: 1.5 $
11  */

12 public final class XDocletModulesApacheStrutsEjbMessages
13 {
14     /**
15      * @msg.bundle msg="''pattern'' parameter does not have a '''{1'}'' in it. '''{1'}'' is replaced by form name."
16      */

17     public final static String JavaDoc PATTERN_HAS_NO_FORM_PLACEHOLDER = "PATTERN_HAS_NO_FORM_PLACEHOLDER";
18
19     /**
20      * @msg.bundle msg="Constructor that takes the data object as argument."
21      */

22     public final static String JavaDoc FORM_DATAOBJECT_CONSTRUCTOR = "FORM_DATAOBJECT_CONSTRUCTOR";
23
24     /**
25      * @msg.bundle msg="Default empty constructor."
26      */

27     public final static String JavaDoc FORM_EMPTY_CONSTRUCTOR = "FORM_EMPTY_CONSTRUCTOR";
28
29     /**
30      * @msg.bundle msg="Generated by XDoclet/ejbdoclet/strutsform. This class can be further processed with
31      * XDoclet/webdoclet/strutsconfigxml and XDoclet/webdoclet/strutsvalidationxml."
32      */

33     public final static String JavaDoc FORM_GENERATED = "FORM_GENERATED";
34
35     /**
36      * @msg.bundle msg="Generated by XDoclet/actionform. This class can be further processed with
37      * XDoclet/webdoclet/strutsconfigxml and XDoclet/webdoclet/strutsvalidationxml."
38      */

39     public final static String JavaDoc ACTION_FORM_GENERATED = "ACTION_FORM_GENERATED";
40
41     /**
42      * @msg.bundle msg="--> {0}"
43      */

44     public final static String JavaDoc GENERATING_FILE = "GENERATING_FILE";
45
46     /**
47      * @msg.bundle msg="Generating Struts Form classes for ''{0}''."
48      */

49     public final static String JavaDoc GENERATING_FORMS_FOR = "GENERATING_FORMS_FOR";
50
51     /**
52      * @msg.bundle msg="Struts version ''{0}'' found, requires ''{1}'' for ''{2}''."
53      */

54     public final static String JavaDoc BAD_STRUTS_VERSION = "BAD_STRUTS_VERSION";
55 }
56
Popular Tags