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

Field Summary
static java.lang.String ERR_CANT_FIND_RESOURCE_FOR_BUNDLE_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_CREATING_MESSAGES_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_ENCODING_ISSUES_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_MESSAGE_BUNDLE_NOT_INITIALIZED_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_MULTIMSG_EMPTY_LIST_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_MULTIMSG_LOCALE_DOES_NOT_MATCH_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_READ_ENCODING_PROP_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_RESOURCE_BUNDLE_NOT_FOUND_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_UNSUPPORTED_REQUEST_ENCODING_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_UNSUPPORTED_VM_ENCODING_1
          Message constant for key in the resource bundle.
static java.lang.String INIT_I18N_CONFIG_ADD_LOCALE_1
          Message constant for key in the resource bundle.
static java.lang.String INIT_I18N_CONFIG_DEFAULT_LOCALE_2
          Message constant for key in the resource bundle.
static java.lang.String INIT_I18N_CONFIG_LOC_HANDLER_1
          Message constant for key in the resource bundle.
static java.lang.String INIT_I18N_CONFIG_START_0
          Message constant for key in the resource bundle.
static java.lang.String INIT_I18N_CONFIG_VFSACCESS_0
          Message constant for key in the resource bundle.
static java.lang.String INIT_I18N_DEFAULT_LOCALE_2
          Message constant for key in the resource bundle.
static java.lang.String INIT_I18N_KEEPING_DEFAULT_LOCALE_1
          Message constant for key in the resource bundle.
static java.lang.String INIT_I18N_LANG_DETECT_FAILED_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_CREATE_LOCALE_FAILED_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_ENCODING_NOT_FOUND_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_LOCALE_MANAGER_FLUSH_CACHE_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_LOCALE_NOT_FOUND_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_MESSAGE_KEY_FOUND_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_MESSAGE_KEY_FOUND_CACHED_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_MESSAGE_KEY_NOT_FOUND_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_RESOLVE_MESSAGE_KEY_1
          Message constant for key in the resource bundle.
static java.lang.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.
 java.lang.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, 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 java.lang.String ERR_CANT_FIND_RESOURCE_FOR_BUNDLE_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_CREATING_MESSAGES_2

public static final java.lang.String ERR_CREATING_MESSAGES_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_ENCODING_ISSUES_1

public static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String LOG_ENCODING_NOT_FOUND_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

INIT_I18N_LANG_DETECT_FAILED_1

public static final java.lang.String INIT_I18N_LANG_DETECT_FAILED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_LOCALE_MANAGER_FLUSH_CACHE_1

public static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String getBundleName()
Returns the bundle name for this OpenCms package.

Returns:
the bundle name for this OpenCms package