org.opencms.i18n
Class Messages

java.lang.Object
  extended by org.opencms.i18n.A_CmsMessageBundle
      extended by org.opencms.i18n.Messages
All Implemented Interfaces:
I_CmsMessageBundle

public final class Messages
extends A_CmsMessageBundle

Convenience class to access the localized messages of this OpenCms package.

Since:
6.0.0
Version:
$Revision: 1.10 $
Author:
Achim Westermann

Field Summary
static String ERR_CANT_FIND_RESOURCE_FOR_BUNDLE_2
          Message constant for key in the resource bundle.
static String ERR_ENCODING_ISSUES_1
          Message constant for key in the resource bundle.
static String ERR_MESSAGE_BUNDLE_NOT_INITIALIZED_1
          Message constant for key in the resource bundle.
static String ERR_MULTIMSG_EMPTY_LIST_0
          Message constant for key in the resource bundle.
static String ERR_MULTIMSG_LOCALE_DOES_NOT_MATCH_2
          Message constant for key in the resource bundle.
static String ERR_READ_ENCODING_PROP_1
          Message constant for key in the resource bundle.
static String ERR_RESOURCE_BUNDLE_NOT_FOUND_1
          Message constant for key in the resource bundle.
static String ERR_UNSUPPORTED_REQUEST_ENCODING_1
          Message constant for key in the resource bundle.
static String ERR_UNSUPPORTED_VM_ENCODING_1
          Message constant for key in the resource bundle.
static String INIT_I18N_CONFIG_ADD_LOCALE_1
          Message constant for key in the resource bundle.
static String INIT_I18N_CONFIG_DEFAULT_LOCALE_2
          Message constant for key in the resource bundle.
static String INIT_I18N_CONFIG_LOC_HANDLER_1
          Message constant for key in the resource bundle.
static String INIT_I18N_CONFIG_START_0
          Message constant for key in the resource bundle.
static String INIT_I18N_CONFIG_VFSACCESS_0
          Message constant for key in the resource bundle.
static String INIT_I18N_DEFAULT_LOCALE_2
          Message constant for key in the resource bundle.
static String INIT_I18N_KEEPING_DEFAULT_LOCALE_1
          Message constant for key in the resource bundle.
static String LOG_CREATE_LOCALE_FAILED_1
          Message constant for key in the resource bundle.
static String LOG_ENCODING_NOT_FOUND_1
          Message constant for key in the resource bundle.
static String LOG_LOCALE_MANAGER_FLUSH_CACHE_1
          Message constant for key in the resource bundle.
static String LOG_LOCALE_NOT_FOUND_1
          Message constant for key in the resource bundle.
static String LOG_MESSAGE_KEY_FOUND_2
          Message constant for key in the resource bundle.
static String LOG_MESSAGE_KEY_FOUND_CACHED_2
          Message constant for key in the resource bundle.
static String LOG_MESSAGE_KEY_NOT_FOUND_1
          Message constant for key in the resource bundle.
static String LOG_RESOLVE_MESSAGE_KEY_1
          Message constant for key in the resource bundle.
static String LOG_UNABLE_TO_SET_DEFAULT_LOCALE_2
          Message constant for key in the resource bundle.
 
Method Summary
static I_CmsMessageBundle get()
          Returns an instance of this localized message accessor.
 String getBundleName()
          Returns the bundle name for this OpenCms package.
 
Methods inherited from class org.opencms.i18n.A_CmsMessageBundle
container, container, container, container, container, getBundle, getBundle, getOpenCmsMessageBundles, key, key, key, key, key, key, key, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERR_CANT_FIND_RESOURCE_FOR_BUNDLE_2

public static final String ERR_CANT_FIND_RESOURCE_FOR_BUNDLE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_ENCODING_ISSUES_1

public static final String ERR_ENCODING_ISSUES_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_MESSAGE_BUNDLE_NOT_INITIALIZED_1

public static final String ERR_MESSAGE_BUNDLE_NOT_INITIALIZED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_MULTIMSG_EMPTY_LIST_0

public static final String ERR_MULTIMSG_EMPTY_LIST_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_MULTIMSG_LOCALE_DOES_NOT_MATCH_2

public static final String ERR_MULTIMSG_LOCALE_DOES_NOT_MATCH_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_READ_ENCODING_PROP_1

public static final String ERR_READ_ENCODING_PROP_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_RESOURCE_BUNDLE_NOT_FOUND_1

public static final String ERR_RESOURCE_BUNDLE_NOT_FOUND_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_UNSUPPORTED_REQUEST_ENCODING_1

public static final String ERR_UNSUPPORTED_REQUEST_ENCODING_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_UNSUPPORTED_VM_ENCODING_1

public static final String ERR_UNSUPPORTED_VM_ENCODING_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_I18N_CONFIG_ADD_LOCALE_1

public static final String INIT_I18N_CONFIG_ADD_LOCALE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_I18N_CONFIG_DEFAULT_LOCALE_2

public static final String INIT_I18N_CONFIG_DEFAULT_LOCALE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_I18N_CONFIG_LOC_HANDLER_1

public static final String INIT_I18N_CONFIG_LOC_HANDLER_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_I18N_CONFIG_START_0

public static final String INIT_I18N_CONFIG_START_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_I18N_CONFIG_VFSACCESS_0

public static final String INIT_I18N_CONFIG_VFSACCESS_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_I18N_DEFAULT_LOCALE_2

public static final String INIT_I18N_DEFAULT_LOCALE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_I18N_KEEPING_DEFAULT_LOCALE_1

public static final String INIT_I18N_KEEPING_DEFAULT_LOCALE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_CREATE_LOCALE_FAILED_1

public static final String LOG_CREATE_LOCALE_FAILED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_ENCODING_NOT_FOUND_1

public static final String LOG_ENCODING_NOT_FOUND_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_LOCALE_MANAGER_FLUSH_CACHE_1

public static final String LOG_LOCALE_MANAGER_FLUSH_CACHE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_LOCALE_NOT_FOUND_1

public static final String LOG_LOCALE_NOT_FOUND_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_MESSAGE_KEY_FOUND_2

public static final String LOG_MESSAGE_KEY_FOUND_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_MESSAGE_KEY_FOUND_CACHED_2

public static final String LOG_MESSAGE_KEY_FOUND_CACHED_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_MESSAGE_KEY_NOT_FOUND_1

public static final String LOG_MESSAGE_KEY_NOT_FOUND_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_RESOLVE_MESSAGE_KEY_1

public static final String LOG_RESOLVE_MESSAGE_KEY_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_UNABLE_TO_SET_DEFAULT_LOCALE_2

public static final String LOG_UNABLE_TO_SET_DEFAULT_LOCALE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values
Method Detail

get

public static I_CmsMessageBundle get()
Returns an instance of this localized message accessor.

Returns:
an instance of this localized message accessor

getBundleName

public String getBundleName()
Returns the bundle name for this OpenCms package.

Returns:
the bundle name for this OpenCms package