KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src/org/opencms/flex/Messages.java,v $
3  * Date : $Date: 2005/07/06 13:14:30 $
4  * Version: $Revision: 1.11 $
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.flex;
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 Thomas Weckert
41  *
42  * @version $Revision: 1.11 $
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_ADD_COOKIE_0 = "ERR_ADD_COOKIE_0";
50
51     /** Message constant for key in the resource bundle. */
52     public static final String JavaDoc ERR_FLEXREQUESTDISPATCHER_CLASSCAST_EXCEPTION_1 = "ERR_FLEXREQUESTDISPATCHER_CLASSCAST_EXCEPTION_1";
53
54     /** Message constant for key in the resource bundle. */
55     public static final String JavaDoc ERR_FLEXREQUESTDISPATCHER_ERROR_LOADING_CACHE_PROPERTIES_1 = "ERR_FLEXREQUESTDISPATCHER_ERROR_LOADING_CACHE_PROPERTIES_1";
56
57     /** Message constant for key in the resource bundle. */
58     public static final String JavaDoc ERR_FLEXREQUESTDISPATCHER_ERROR_LOADING_RESOURCE_FROM_CACHE_1 = "ERR_FLEXREQUESTDISPATCHER_ERROR_LOADING_RESOURCE_FROM_CACHE_1";
59
60     /** Message constant for key in the resource bundle. */
61     public static final String JavaDoc ERR_FLEXREQUESTDISPATCHER_ERROR_READING_RESOURCE_1 = "ERR_FLEXREQUESTDISPATCHER_ERROR_READING_RESOURCE_1";
62
63     /** Message constant for key in the resource bundle. */
64     public static final String JavaDoc ERR_FLEXREQUESTDISPATCHER_INCLUSION_LOOP_1 = "ERR_FLEXREQUESTDISPATCHER_INCLUSION_LOOP_1";
65
66     /** Message constant for key in the resource bundle. */
67     public static final String JavaDoc ERR_FLEXREQUESTDISPATCHER_VFS_ACCESS_EXCEPTION_0 = "ERR_FLEXREQUESTDISPATCHER_VFS_ACCESS_EXCEPTION_0";
68
69     /** Message constant for key in the resource bundle. */
70     public static final String JavaDoc INIT_FLEXCACHE_CREATED_2 = "INIT_FLEXCACHE_CREATED_2";
71
72     /** Message constant for key in the resource bundle. */
73     public static final String JavaDoc LOG_FLEXCACHE_ADD_ENTRY_1 = "LOG_FLEXCACHE_ADD_ENTRY_1";
74
75     /** Message constant for key in the resource bundle. */
76     public static final String JavaDoc LOG_FLEXCACHE_ADD_ENTRY_WITH_VARIATION_2 = "LOG_FLEXCACHE_ADD_ENTRY_WITH_VARIATION_2";
77
78     /** Message constant for key in the resource bundle. */
79     public static final String JavaDoc LOG_FLEXCACHE_ADD_KEY_1 = "LOG_FLEXCACHE_ADD_KEY_1";
80
81     /** Message constant for key in the resource bundle. */
82     public static final String JavaDoc LOG_FLEXCACHE_ADDED_ENTRY_1 = "LOG_FLEXCACHE_ADDED_ENTRY_1";
83
84     /** Message constant for key in the resource bundle. */
85     public static final String JavaDoc LOG_FLEXCACHE_ADDED_ENTRY_FOR_RESOURCE_WITH_VARIATION_3 = "LOG_FLEXCACHE_ADDED_ENTRY_FOR_RESOURCE_WITH_VARIATION_3";
86
87     /** Message constant for key in the resource bundle. */
88     public static final String JavaDoc LOG_FLEXCACHE_CLEAR_0 = "LOG_FLEXCACHE_CLEAR_0";
89
90     /** Message constant for key in the resource bundle. */
91     public static final String JavaDoc LOG_FLEXCACHE_CLEAR_ALL_0 = "LOG_FLEXCACHE_CLEAR_ALL_0";
92
93     /** Message constant for key in the resource bundle. */
94     public static final String JavaDoc LOG_FLEXCACHE_CLEAR_HALF_2 = "LOG_FLEXCACHE_CLEAR_HALF_2";
95
96     /** Message constant for key in the resource bundle. */
97     public static final String JavaDoc LOG_FLEXCACHE_CLEAR_KEYS_AND_ENTRIES_0 = "LOG_FLEXCACHE_CLEAR_KEYS_AND_ENTRIES_0";
98
99     /** Message constant for key in the resource bundle. */
100     public static final String JavaDoc LOG_FLEXCACHE_CLEAR_OFFLINE_ENTRIES_0 = "LOG_FLEXCACHE_CLEAR_OFFLINE_ENTRIES_0";
101
102     /** Message constant for key in the resource bundle. */
103     public static final String JavaDoc LOG_FLEXCACHE_CLEAR_ONLINE_ENTRIES_0 = "LOG_FLEXCACHE_CLEAR_ONLINE_ENTRIES_0";
104
105     /** Message constant for key in the resource bundle. */
106     public static final String JavaDoc LOG_FLEXCACHE_CLEAR_ONLINE_KEYS_AND_ENTRIES_0 = "LOG_FLEXCACHE_CLEAR_ONLINE_KEYS_AND_ENTRIES_0";
107
108     /** Message constant for key in the resource bundle. */
109     public static final String JavaDoc LOG_FLEXCACHE_PURGED_JSP_REPOSITORY_0 = "LOG_FLEXCACHE_PURGED_JSP_REPOSITORY_0";
110
111     /** Message constant for key in the resource bundle. */
112     public static final String JavaDoc LOG_FLEXCACHE_RECEIVED_EVENT_CLEAR_CACHE_0 = "LOG_FLEXCACHE_RECEIVED_EVENT_CLEAR_CACHE_0";
113
114     /** Message constant for key in the resource bundle. */
115     public static final String JavaDoc LOG_FLEXCACHE_RECEIVED_EVENT_CLEAR_CACHE_PARTIALLY_0 = "LOG_FLEXCACHE_RECEIVED_EVENT_CLEAR_CACHE_PARTIALLY_0";
116
117     /** Message constant for key in the resource bundle. */
118     public static final String JavaDoc LOG_FLEXCACHE_RECEIVED_EVENT_PURGE_REPOSITORY_0 = "LOG_FLEXCACHE_RECEIVED_EVENT_PURGE_REPOSITORY_0";
119
120     /** Message constant for key in the resource bundle. */
121     public static final String JavaDoc LOG_FLEXCACHE_RESOURCE_NOT_CACHEABLE_0 = "LOG_FLEXCACHE_RESOURCE_NOT_CACHEABLE_0";
122
123     /** Message constant for key in the resource bundle. */
124     public static final String JavaDoc LOG_FLEXCACHE_WILL_PURGE_JSP_REPOSITORY_0 = "LOG_FLEXCACHE_WILL_PURGE_JSP_REPOSITORY_0";
125
126     /** Message constant for key in the resource bundle. */
127     public static final String JavaDoc LOG_FLEXCACHEENTRY_ADDED_ENTRY_1 = "LOG_FLEXCACHEENTRY_ADDED_ENTRY_1";
128
129     /** Message constant for key in the resource bundle. */
130     public static final String JavaDoc LOG_FLEXCACHEENTRY_COULD_NOT_WRITE_TO_RESPONSE_1 = "LOG_FLEXCACHEENTRY_COULD_NOT_WRITE_TO_RESPONSE_1";
131
132     /** Message constant for key in the resource bundle. */
133     public static final String JavaDoc LOG_FLEXCACHEENTRY_ENTRY_COMPLETED_1 = "LOG_FLEXCACHEENTRY_ENTRY_COMPLETED_1";
134
135     /** Message constant for key in the resource bundle. */
136     public static final String JavaDoc LOG_FLEXCACHEENTRY_REMOVED_ENTRY_FOR_VARIATION_1 = "LOG_FLEXCACHEENTRY_REMOVED_ENTRY_FOR_VARIATION_1";
137
138     /** Message constant for key in the resource bundle. */
139     public static final String JavaDoc LOG_FLEXCACHEENTRY_SET_EXPIRATION_DATE_3 = "LOG_FLEXCACHEENTRY_SET_EXPIRATION_DATE_3";
140
141     /** Message constant for key in the resource bundle. */
142     public static final String JavaDoc LOG_FLEXCACHEKEY_FOUND_1 = "LOG_FLEXCACHEKEY_FOUND_1";
143
144     /** Message constant for key in the resource bundle. */
145     public static final String JavaDoc LOG_FLEXCACHEKEY_GENERATED_1 = "LOG_FLEXCACHEKEY_GENERATED_1";
146
147     /** Message constant for key in the resource bundle. */
148     public static final String JavaDoc LOG_FLEXCACHEKEY_KEYMATCH_CACHE_ALWAYS_0 = "LOG_FLEXCACHEKEY_KEYMATCH_CACHE_ALWAYS_0";
149
150     /** Message constant for key in the resource bundle. */
151     public static final String JavaDoc LOG_FLEXCACHEKEY_KEYMATCH_CACHE_NEVER_0 = "LOG_FLEXCACHEKEY_KEYMATCH_CACHE_NEVER_0";
152
153     /** Message constant for key in the resource bundle. */
154     public static final String JavaDoc LOG_FLEXCACHEKEY_KEYMATCH_CHECK_NO_PARAMS_0 = "LOG_FLEXCACHEKEY_KEYMATCH_CHECK_NO_PARAMS_0";
155
156     /** Message constant for key in the resource bundle. */
157     public static final String JavaDoc LOG_FLEXCACHEKEY_NOT_FOUND_1 = "LOG_FLEXCACHEKEY_NOT_FOUND_1";
158
159     /** Message constant for key in the resource bundle. */
160     public static final String JavaDoc LOG_FLEXCACHEKEY_PARSE_ERROR_1 = "LOG_FLEXCACHEKEY_PARSE_ERROR_1";
161
162     /** Message constant for key in the resource bundle. */
163     public static final String JavaDoc LOG_FLEXCACHEKEY_PARSE_FLEXKEY_3 = "LOG_FLEXCACHEKEY_PARSE_FLEXKEY_3";
164
165     /** Message constant for key in the resource bundle. */
166     public static final String JavaDoc LOG_FLEXCACHEKEY_PARSE_VALUES_1 = "LOG_FLEXCACHEKEY_PARSE_VALUES_1";
167
168     /** Message constant for key in the resource bundle. */
169     public static final String JavaDoc LOG_FLEXCONTROLLER_IGNORED_EXCEPTION_0 = "LOG_FLEXCONTROLLER_IGNORED_EXCEPTION_0";
170
171     /** Message constant for key in the resource bundle. */
172     public static final String JavaDoc LOG_FLEXCONTROLLER_IGNORED_EXCEPTION_1 = "LOG_FLEXCONTROLLER_IGNORED_EXCEPTION_1";
173
174     /** Message constant for key in the resource bundle. */
175     public static final String JavaDoc LOG_FLEXREQUEST_CREATED_NEW_REQUEST_1 = "LOG_FLEXREQUEST_CREATED_NEW_REQUEST_1";
176
177     /** Message constant for key in the resource bundle. */
178     public static final String JavaDoc LOG_FLEXREQUEST_REUSING_FLEX_REQUEST_1 = "LOG_FLEXREQUEST_REUSING_FLEX_REQUEST_1";
179
180     /** Message constant for key in the resource bundle. */
181     public static final String JavaDoc LOG_FLEXREQUESTDISPATCHER_ADDING_CACHE_PROPERTIES_2 = "LOG_FLEXREQUESTDISPATCHER_ADDING_CACHE_PROPERTIES_2";
182
183     /** Message constant for key in the resource bundle. */
184     public static final String JavaDoc LOG_FLEXREQUESTDISPATCHER_INCLUDE_RESOURCE_1 = "LOG_FLEXREQUESTDISPATCHER_INCLUDE_RESOURCE_1";
185
186     /** Message constant for key in the resource bundle. */
187     public static final String JavaDoc LOG_FLEXREQUESTDISPATCHER_INCLUDING_EXTERNAL_TARGET_1 = "LOG_FLEXREQUESTDISPATCHER_INCLUDING_EXTERNAL_TARGET_1";
188
189     /** Message constant for key in the resource bundle. */
190     public static final String JavaDoc LOG_FLEXREQUESTDISPATCHER_INCLUDING_TARGET_2 = "LOG_FLEXREQUESTDISPATCHER_INCLUDING_TARGET_2";
191
192     /** Message constant for key in the resource bundle. */
193     public static final String JavaDoc LOG_FLEXREQUESTDISPATCHER_INVALID_CACHE_KEY_2 = "LOG_FLEXREQUESTDISPATCHER_INVALID_CACHE_KEY_2";
194
195     /** Message constant for key in the resource bundle. */
196     public static final String JavaDoc LOG_FLEXREQUESTDISPATCHER_LOADING_RESOURCE_FROM_CACHE_1 = "LOG_FLEXREQUESTDISPATCHER_LOADING_RESOURCE_FROM_CACHE_1";
197
198     /** Message constant for key in the resource bundle. */
199     public static final String JavaDoc LOG_FLEXREQUESTDISPATCHER_LOADING_RESOURCE_TYPE_1 = "LOG_FLEXREQUESTDISPATCHER_LOADING_RESOURCE_TYPE_1";
200
201     /** Message constant for key in the resource bundle. */
202     public static final String JavaDoc LOG_FLEXREQUESTDISPATCHER_RESULT_1 = "LOG_FLEXREQUESTDISPATCHER_RESULT_1";
203
204     /** Message constant for key in the resource bundle. */
205     public static final String JavaDoc LOG_FLEXREQUESTKEY_CREATED_NEW_KEY_1 = "LOG_FLEXREQUESTKEY_CREATED_NEW_KEY_1";
206
207     /** Message constant for key in the resource bundle. */
208     public static final String JavaDoc LOG_FLEXRESPONSE_ADDING_HEADER_TO_ELEMENT_BUFFER_2 = "LOG_FLEXRESPONSE_ADDING_HEADER_TO_ELEMENT_BUFFER_2";
209
210     /** Message constant for key in the resource bundle. */
211     public static final String JavaDoc LOG_FLEXRESPONSE_ADDING_HEADER_TO_HEADERS_2 = "LOG_FLEXRESPONSE_ADDING_HEADER_TO_HEADERS_2";
212
213     /** Message constant for key in the resource bundle. */
214     public static final String JavaDoc LOG_FLEXRESPONSE_ADDING_HEADER_TO_PARENT_RESPONSE_2 = "LOG_FLEXRESPONSE_ADDING_HEADER_TO_PARENT_RESPONSE_2";
215
216     /** Message constant for key in the resource bundle. */
217     public static final String JavaDoc LOG_FLEXRESPONSE_ERROR_FLUSHING_OUTPUT_STREAM_1 = "LOG_FLEXRESPONSE_ERROR_FLUSHING_OUTPUT_STREAM_1";
218
219     /** Message constant for key in the resource bundle. */
220     public static final String JavaDoc LOG_FLEXRESPONSE_ERROR_OUTPUT_STREAM_NULL_0 = "LOG_FLEXRESPONSE_ERROR_OUTPUT_STREAM_NULL_0";
221
222     /** Message constant for key in the resource bundle. */
223     public static final String JavaDoc LOG_FLEXRESPONSE_ERROR_WRITING_TO_OUTPUT_STREAM_0 = "LOG_FLEXRESPONSE_ERROR_WRITING_TO_OUTPUT_STREAM_0";
224
225     /** Message constant for key in the resource bundle. */
226     public static final String JavaDoc LOG_FLEXRESPONSE_FLUSHED_1 = "LOG_FLEXRESPONSE_FLUSHED_1";
227
228     /** Message constant for key in the resource bundle. */
229     public static final String JavaDoc LOG_FLEXRESPONSE_PARSE_ERROR_IN_CACHE_KEY_2 = "LOG_FLEXRESPONSE_PARSE_ERROR_IN_CACHE_KEY_2";
230
231     /** Message constant for key in the resource bundle. */
232     public static final String JavaDoc LOG_FLEXRESPONSE_SENDREDIRECT_1 = "LOG_FLEXRESPONSE_SENDREDIRECT_1";
233
234     /** Message constant for key in the resource bundle. */
235     public static final String JavaDoc LOG_FLEXRESPONSE_REDIRECTWARNING_3 = "LOG_FLEXRESPONSE_REDIRECTWARNING_3";
236     
237     /** Message constant for key in the resource bundle. */
238     public static final String JavaDoc LOG_FLEXRESPONSE_SETTING_CONTENTTYPE_1 = "LOG_FLEXRESPONSE_SETTING_CONTENTTYPE_1";
239
240     /** Message constant for key in the resource bundle. */
241     public static final String JavaDoc LOG_FLEXRESPONSE_SETTING_HEADER_IN_ELEMENT_BUFFER_2 = "LOG_FLEXRESPONSE_SETTING_HEADER_IN_ELEMENT_BUFFER_2";
242
243     /** Message constant for key in the resource bundle. */
244     public static final String JavaDoc LOG_FLEXRESPONSE_SETTING_HEADER_IN_HEADERS_2 = "LOG_FLEXRESPONSE_SETTING_HEADER_IN_HEADERS_2";
245
246     /** Message constant for key in the resource bundle. */
247     public static final String JavaDoc LOG_FLEXRESPONSE_SETTING_HEADER_IN_PARENT_RESPONSE_2 = "LOG_FLEXRESPONSE_SETTING_HEADER_IN_PARENT_RESPONSE_2";
248
249     /** Message constant for key in the resource bundle. */
250     public static final String JavaDoc LOG_FLEXRESPONSE_TOPRESPONSE_SENDREDIRECT_1 = "LOG_FLEXRESPONSE_TOPRESPONSE_SENDREDIRECT_1";
251
252     /** Name of the used resource bundle. */
253     private static final String JavaDoc BUNDLE_NAME = "org.opencms.flex.messages";
254
255     /** Static instance member. */
256     private static final I_CmsMessageBundle INSTANCE = new Messages();
257
258     /**
259      * Hides the public constructor for this utility class.<p>
260      */

261     private Messages() {
262
263         // hide the constructor
264
}
265
266     /**
267      * Returns an instance of this localized message accessor.<p>
268      *
269      * @return an instance of this localized message accessor
270      */

271     public static I_CmsMessageBundle get() {
272
273         return INSTANCE;
274     }
275
276     /**
277      * Returns the bundle name for this OpenCms package.<p>
278      *
279      * @return the bundle name for this OpenCms package
280      */

281     public String JavaDoc getBundleName() {
282
283         return BUNDLE_NAME;
284     }
285 }
286
Popular Tags