KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencms > loader > Messages


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src/org/opencms/loader/Messages.java,v $
3  * Date : $Date: 2006/09/22 15:17:03 $
4  * Version: $Revision: 1.16 $
5  *
6  * This library is part of OpenCms -
7  * the Open Source Content Mananagement System
8  *
9  * Copyright (c) 2005 Alkacon Software GmbH (http://www.alkacon.com)
10  *
11  * This library is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU Lesser General Public
13  * License as published by the Free Software Foundation; either
14  * version 2.1 of the License, or (at your option) any later version.
15  *
16  * This library is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19  * Lesser General Public License for more details.
20  *
21  * For further information about Alkacon Software GmbH, please see the
22  * company website: http://www.alkacon.com
23  *
24  * For further information about OpenCms, please see the
25  * project website: http://www.opencms.org
26  *
27  * You should have received a copy of the GNU Lesser General Public
28  * License along with this library; if not, write to the Free Software
29  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
30  */

31
32 package org.opencms.loader;
33
34 import org.opencms.i18n.A_CmsMessageBundle;
35 import org.opencms.i18n.I_CmsMessageBundle;
36
37 /**
38  * Convenience class to access the localized messages of this OpenCms package.<p>
39  *
40  * @author Jan Baudisch
41  *
42  * @version $Revision: 1.16 $
43  *
44  * @since 6.0.0
45  */

46 public final class Messages extends A_CmsMessageBundle {
47
48     /** Message constant for key in the resource bundle. */
49     public static final String JavaDoc ERR_INVALID_COLLECTOR_NAME_1 = "ERR_INVALID_COLLECTOR_NAME_1";
50
51     /** Message constant for key in the resource bundle. */
52     public static final String JavaDoc ERR_INVALID_IMAGE_SCALE_PARAMS_2 = "ERR_INVALID_IMAGE_SCALE_PARAMS_2";
53
54     /** Message constant for key in the resource bundle. */
55     public static final String JavaDoc ERR_INVALID_POINTER_FILE_1 = "ERR_INVALID_POINTER_FILE_1";
56
57     /** Message constant for key in the resource bundle. */
58     public static final String JavaDoc ERR_LOADER_JSP_ACCESS_1 = "ERR_LOADER_JSP_ACCESS_1";
59
60     /** Message constant for key in the resource bundle. */
61     public static final String JavaDoc ERR_LOADER_JSP_WRITE_1 = "ERR_LOADER_JSP_WRITE_1";
62
63     /** Message constant for key in the resource bundle. */
64     public static final String JavaDoc ERR_LOADER_NOT_TEMPLATE_ENABLED_0 = "ERR_LOADER_NOT_TEMPLATE_ENABLED_0";
65
66     /** Message constant for key in the resource bundle. */
67     public static final String JavaDoc ERR_LOADER_UNKNOWN_LOCALE_5 = "ERR_LOADER_UNKNOWN_LOCALE_5";
68
69     /** Message constant for key in the resource bundle. */
70     public static final String JavaDoc ERR_LOADER_XML_NEED_ELEMENT_LOCALE_1 = "ERR_LOADER_XML_NEED_ELEMENT_LOCALE_1";
71
72     /** Message constant for key in the resource bundle. */
73     public static final String JavaDoc ERR_NO_CONFIG_AFTER_STARTUP_0 = "ERR_NO_CONFIG_AFTER_STARTUP_0";
74
75     /** Message constant for key in the resource bundle. */
76     public static final String JavaDoc ERR_NONDEF_PROP_2 = "ERR_NONDEF_PROP_2";
77
78     /** Message constant for key in the resource bundle. */
79     public static final String JavaDoc ERR_SERVICE_UNSUPPORTED_1 = "ERR_SERVICE_UNSUPPORTED_1";
80
81     /** Message constant for key in the resource bundle. */
82     public static final String JavaDoc ERR_UNABLE_TO_EXTRACT_IMAGE_SIZE_1 = "ERR_UNABLE_TO_EXTRACT_IMAGE_SIZE_1";
83
84     /** Message constant for key in the resource bundle. */
85     public static final String JavaDoc ERR_UNABLE_TO_SCALE_IMAGE_2 = "ERR_UNABLE_TO_SCALE_IMAGE_2";
86
87     /** Message constant for key in the resource bundle. */
88     public static final String JavaDoc ERR_UNKNOWN_RESTYPE_ID_REQ_1 = "ERR_UNKNOWN_RESTYPE_ID_REQ_1";
89
90     /** Message constant for key in the resource bundle. */
91     public static final String JavaDoc ERR_UNKNOWN_RESTYPE_NAME_REQ_1 = "ERR_UNKNOWN_RESTYPE_NAME_REQ_1";
92
93     /** Message constant for key in the resource bundle. */
94     public static final String JavaDoc GUI_LOADER_DUMB_DEFAULT_DESC_0 = "GUI_LOADER_DUMB_DEFAULT_DESC_0";
95
96     /** Message constant for key in the resource bundle. */
97     public static final String JavaDoc GUI_LOADER_JSP_DEFAULT_DESC_0 = "GUI_LOADER_JSP_DEFAULT_DESC_0";
98
99     /** Message constant for key in the resource bundle. */
100     public static final String JavaDoc GUI_LOADER_POINTER_DEFAULT_DESC_0 = "GUI_LOADER_POINTER_DEFAULT_DESC_0";
101
102     /** Message constant for key in the resource bundle. */
103     public static final String JavaDoc GUI_LOADER_XMLCONTENT_DEFAULT_DESC_0 = "GUI_LOADER_XMLCONTENT_DEFAULT_DESC_0";
104
105     /** Message constant for key in the resource bundle. */
106     public static final String JavaDoc GUI_LOADER_XMLPAGE_DEFAULT_DESC_0 = "GUI_LOADER_XMLPAGE_DEFAULT_DESC_0";
107
108     /** Message constant for key in the resource bundle. */
109     public static final String JavaDoc INIT_ADD_COLLECTOR_1 = "INIT_ADD_COLLECTOR_1";
110
111     /** Message constant for key in the resource bundle. */
112     public static final String JavaDoc INIT_ADD_COLLECTOR_CLASS_2 = "INIT_ADD_COLLECTOR_CLASS_2";
113
114     /** Message constant for key in the resource bundle. */
115     public static final String JavaDoc INIT_ADD_FLEX_CACHE_0 = "INIT_ADD_FLEX_CACHE_0";
116
117     /** Message constant for key in the resource bundle. */
118     public static final String JavaDoc INIT_ADD_LOADER_2 = "INIT_ADD_LOADER_2";
119
120     /** Message constant for key in the resource bundle. */
121     public static final String JavaDoc INIT_ADD_NUM_RESTYPES_FROM_MOD_2 = "INIT_ADD_NUM_RESTYPES_FROM_MOD_2";
122
123     /** Message constant for key in the resource bundle. */
124     public static final String JavaDoc INIT_ADD_RESTYPE_3 = "INIT_ADD_RESTYPE_3";
125
126     /** Message constant for key in the resource bundle. */
127     public static final String JavaDoc INIT_ADD_RESTYPE_FROM_FILE_2 = "INIT_ADD_RESTYPE_FROM_FILE_2";
128
129     /** Message constant for key in the resource bundle. */
130     public static final String JavaDoc INIT_CLIENT_CACHE_MAX_AGE_1 = "INIT_CLIENT_CACHE_MAX_AGE_1";
131
132     /** Message constant for key in the resource bundle. */
133     public static final String JavaDoc INIT_COLLECTOR_REPLACED_1 = "INIT_COLLECTOR_REPLACED_1";
134
135     /** Message constant for key in the resource bundle. */
136     public static final String JavaDoc INIT_DUPLICATE_COLLECTOR_SKIPPED_1 = "INIT_DUPLICATE_COLLECTOR_SKIPPED_1";
137
138     /** Message constant for key in the resource bundle. */
139     public static final String JavaDoc INIT_GET_RESTYPE_2 = "INIT_GET_RESTYPE_2";
140
141     /** Message constant for key in the resource bundle. */
142     public static final String JavaDoc INIT_IMAGE_REPOSITORY_PATH_1 = "INIT_IMAGE_REPOSITORY_PATH_1";
143
144     /** Message constant for key in the resource bundle. */
145     public static final String JavaDoc INIT_IMAGE_SCALING_ENABLED_1 = "INIT_IMAGE_SCALING_ENABLED_1";
146
147     /** Message constant for key in the resource bundle. */
148     public static final String JavaDoc INIT_JSP_REPOSITORY_ABS_PATH_1 = "INIT_JSP_REPOSITORY_ABS_PATH_1";
149
150     /** Message constant for key in the resource bundle. */
151     public static final String JavaDoc INIT_JSP_REPOSITORY_ERR_PAGE_COMMOTED_1 = "INIT_JSP_REPOSITORY_ERR_PAGE_COMMOTED_1";
152
153     /** Message constant for key in the resource bundle. */
154     public static final String JavaDoc INIT_LOADER_CONFIG_FINISHED_0 = "INIT_LOADER_CONFIG_FINISHED_0";
155
156     /** Message constant for key in the resource bundle. */
157     public static final String JavaDoc INIT_LOADER_INITIALIZED_1 = "INIT_LOADER_INITIALIZED_1";
158
159     /** Message constant for key in the resource bundle. */
160     public static final String JavaDoc INIT_MAP_RESTYPE_2 = "INIT_MAP_RESTYPE_2";
161
162     /** Message constant for key in the resource bundle. */
163     public static final String JavaDoc INIT_NUM_MIMETYPES_1 = "INIT_NUM_MIMETYPES_1";
164
165     /** Message constant for key in the resource bundle. */
166     public static final String JavaDoc INIT_RESOURCE_TYPE_INITIALIZED_0 = "INIT_RESOURCE_TYPE_INITIALIZED_0";
167
168     /** Message constant for key in the resource bundle. */
169     public static final String JavaDoc INIT_SHUTDOWN_1 = "INIT_SHUTDOWN_1";
170
171     /** Message constant for key in the resource bundle. */
172     public static final String JavaDoc INIT_STARTING_LOADER_CONFIG_0 = "INIT_STARTING_LOADER_CONFIG_0";
173
174     /** Message constant for key in the resource bundle. */
175     public static final String JavaDoc INIT_WEBAPP_PATH_1 = "INIT_WEBAPP_PATH_1";
176
177     /** Message constant for key in the resource bundle. */
178     public static final String JavaDoc LOG_ACCESS_DENIED_1 = "LOG_ACCESS_DENIED_1";
179
180     /** Message constant for key in the resource bundle. */
181     public static final String JavaDoc LOG_COLLECTOR_BAD_ORDER_NUMBER_1 = "LOG_COLLECTOR_BAD_ORDER_NUMBER_1";
182
183     /** Message constant for key in the resource bundle. */
184     public static final String JavaDoc LOG_CONTENT_COLLECTOR_CLASS_NOT_FOUND_1 = "LOG_CONTENT_COLLECTOR_CLASS_NOT_FOUND_1";
185
186     /** Message constant for key in the resource bundle. */
187     public static final String JavaDoc LOG_DIRECTIVE_ARG_1 = "LOG_DIRECTIVE_ARG_1";
188
189     /** Message constant for key in the resource bundle. */
190     public static final String JavaDoc LOG_DIRECTIVE_CHANGED_3 = "LOG_DIRECTIVE_CHANGED_3";
191
192     /** Message constant for key in the resource bundle. */
193     public static final String JavaDoc LOG_DIRECTIVE_DETECTED_3 = "LOG_DIRECTIVE_DETECTED_3";
194
195     /** Message constant for key in the resource bundle. */
196     public static final String JavaDoc LOG_ERR_UPDATE_1 = "LOG_ERR_UPDATE_1";
197
198     /** Message constant for key in the resource bundle. */
199     public static final String JavaDoc LOG_IGNORING_EXC_1 = "LOG_IGNORING_EXC_1";
200
201     /** Message constant for key in the resource bundle. */
202     public static final String JavaDoc LOG_NAME_REAL_FS_1 = "LOG_NAME_REAL_FS_1";
203
204     /** Message constant for key in the resource bundle. */
205     public static final String JavaDoc LOG_READ_MIMETYPES_FAILED_2 = "LOG_READ_MIMETYPES_FAILED_2";
206
207     /** Message constant for key in the resource bundle. */
208     public static final String JavaDoc LOG_UNSUPPORTED_ENC_1 = "LOG_UNSUPPORTED_ENC_1";
209
210     /** Message constant for key in the resource bundle. */
211     public static final String JavaDoc LOG_UPDATE_JSP_1 = "LOG_UPDATE_JSP_1";
212
213     /** Message constant for key in the resource bundle. */
214     public static final String JavaDoc LOG_UPDATED_JSP_2 = "LOG_UPDATED_JSP_2";
215
216     /** Message constant for key in the resource bundle. */
217     public static final String JavaDoc LOG_WRITING_JSP_1 = "LOG_WRITING_JSP_1";
218
219     /** Message constant for key in the resource bundle. */
220     public static final String JavaDoc LOG_X_DIRECTIVE_DETECTED_1 = "LOG_X_DIRECTIVE_DETECTED_1";
221
222     /** Name of the used resource bundle. */
223     private static final String JavaDoc BUNDLE_NAME = "org.opencms.loader.messages";
224
225     /** Static instance member. */
226     private static final I_CmsMessageBundle INSTANCE = new Messages();
227
228     /**
229      * Hides the public constructor for this utility class.<p>
230      */

231     private Messages() {
232
233         // hide the constructor
234
}
235
236     /**
237      * Returns an instance of this localized message accessor.<p>
238      *
239      * @return an instance of this localized message accessor
240      */

241     public static I_CmsMessageBundle get() {
242
243         return INSTANCE;
244     }
245
246     /**
247      * Returns the bundle name for this OpenCms package.<p>
248      *
249      * @return the bundle name for this OpenCms package
250      */

251     public String JavaDoc getBundleName() {
252
253         return BUNDLE_NAME;
254     }
255 }
Popular Tags