org.opencms.util
Class Messages

java.lang.Object
  extended by org.opencms.i18n.A_CmsMessageBundle
      extended by org.opencms.util.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.17 $
Author:
Jan Baudisch

Field Summary
static String ERR_CHARSET_ILLEGAL_NAME_1
          Message constant for key in the resource bundle.
static String ERR_CHARSET_UNSUPPORTED_1
          Message constant for key in the resource bundle.
static String ERR_CONTROL_STRING_LENGTH_0
          Message constant for key in the resource bundle.
static String ERR_CONTROL_STRING_START_0
          Message constant for key in the resource bundle.
static String ERR_FILE_ARG_ACCESS_1
          Message constant for key in the resource bundle.
static String ERR_FILE_ARG_EMPTY_1
          Message constant for key in the resource bundle.
static String ERR_FILE_ARG_IS_FOLDER_1
          Message constant for key in the resource bundle.
static String ERR_FILE_ARG_NOT_FOUND_1
          Message constant for key in the resource bundle.
static String ERR_FILE_ARG_NOT_READ_1
          Message constant for key in the resource bundle.
static String ERR_FILE_VIEW_SETTINGS_FROZEN_0
          Message constant for key in the resource bundle.
static String ERR_INVALID_CONVERSION_SPEC_1
          Message constant for key in the resource bundle.
static String ERR_INVALID_DOUBLE_FMT_CHAR_2
          Message constant for key in the resource bundle.
static String ERR_INVALID_ETHERNET_ADDRESS_0
          Message constant for key in the resource bundle.
static String ERR_INVALID_ETHERNET_ADDRESS_1
          Message constant for key in the resource bundle.
static String ERR_INVALID_UUID_1
          Message constant for key in the resource bundle.
static String ERR_IOERROR_0
          Message constant for key in the resource bundle.
static String ERR_MISSING_CLASSLOADER_RESOURCE_1
          Message constant for key in the resource bundle.
static String ERR_MISSING_CLASSLOADER_RESOURCE_2
          Message constant for key in the resource bundle.
static String ERR_MISSING_RESOURCES_1
          Message constant for key in the resource bundle.
static String ERR_UNABLE_TO_PARSE_COLOR_2
          Message constant for key in the resource bundle.
static String ERR_UNABLE_TO_PARSE_INT_2
          Message constant for key in the resource bundle.
static String GUI_FILE_VIEW_NO_PREVIEW_0
          Message constant for key in the resource bundle.
static String GUI_FILEUTIL_FILESIZE_BYTES_1
          Message constant for key in the resource bundle.
static String GUI_FILEUTIL_FILESIZE_GBYTES_1
          Message constant for key in the resource bundle.
static String GUI_FILEUTIL_FILESIZE_KBYTES_1
          Message constant for key in the resource bundle.
static String GUI_FILEUTIL_FILESIZE_MBYTES_1
          Message constant for key in the resource bundle.
static String LOG_CONVERSION_BYTE_FAILED_0
          Message constant for key in the resource bundle.
static String LOG_ENC_MULTIPART_REQ_ERROR_0
          Message constant for key in the resource bundle.
static String LOG_FILEVIEW_INDEX_EXPIRE_OK_2
          Message constant for key in the resource bundle.
static String LOG_MALFORMED_TRANSLATION_RULE_1
          Message constant for key in the resource bundle.
static String LOG_NUM_TRANSLATION_RULES_INITIALIZED_1
          Message constant for key in the resource bundle.
static String LOG_PARSE_MULIPART_REQ_FAILED_0
          Message constant for key in the resource bundle.
static String LOG_PARSING_RUNS_2
          Message constant for key in the resource bundle.
static String LOG_PROPERTY_READING_FAILED_2
          Message constant for key in the resource bundle.
static String LOG_TRANSLATION_MATCH_2
          Message constant for key in the resource bundle.
static String LOG_TRANSLATION_MATCH_3
          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_CHARSET_ILLEGAL_NAME_1

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

See Also:
Constant Field Values

ERR_CHARSET_UNSUPPORTED_1

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

See Also:
Constant Field Values

ERR_CONTROL_STRING_LENGTH_0

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

See Also:
Constant Field Values

ERR_CONTROL_STRING_START_0

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

See Also:
Constant Field Values

ERR_FILE_ARG_ACCESS_1

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

See Also:
Constant Field Values

ERR_FILE_ARG_EMPTY_1

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

See Also:
Constant Field Values

ERR_FILE_ARG_IS_FOLDER_1

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

See Also:
Constant Field Values

ERR_FILE_ARG_NOT_FOUND_1

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

See Also:
Constant Field Values

ERR_FILE_ARG_NOT_READ_1

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

See Also:
Constant Field Values

ERR_FILE_VIEW_SETTINGS_FROZEN_0

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

See Also:
Constant Field Values

ERR_INVALID_CONVERSION_SPEC_1

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

See Also:
Constant Field Values

ERR_INVALID_DOUBLE_FMT_CHAR_2

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

See Also:
Constant Field Values

ERR_INVALID_ETHERNET_ADDRESS_0

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

See Also:
Constant Field Values

ERR_INVALID_ETHERNET_ADDRESS_1

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

See Also:
Constant Field Values

ERR_INVALID_UUID_1

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

See Also:
Constant Field Values

ERR_IOERROR_0

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

See Also:
Constant Field Values

ERR_MISSING_CLASSLOADER_RESOURCE_1

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

See Also:
Constant Field Values

ERR_MISSING_CLASSLOADER_RESOURCE_2

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

See Also:
Constant Field Values

ERR_MISSING_RESOURCES_1

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

See Also:
Constant Field Values

ERR_UNABLE_TO_PARSE_COLOR_2

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

See Also:
Constant Field Values

ERR_UNABLE_TO_PARSE_INT_2

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

See Also:
Constant Field Values

GUI_FILE_VIEW_NO_PREVIEW_0

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

See Also:
Constant Field Values

GUI_FILEUTIL_FILESIZE_BYTES_1

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

See Also:
Constant Field Values

GUI_FILEUTIL_FILESIZE_GBYTES_1

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

See Also:
Constant Field Values

GUI_FILEUTIL_FILESIZE_KBYTES_1

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

See Also:
Constant Field Values

GUI_FILEUTIL_FILESIZE_MBYTES_1

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

See Also:
Constant Field Values

LOG_CONVERSION_BYTE_FAILED_0

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

See Also:
Constant Field Values

LOG_ENC_MULTIPART_REQ_ERROR_0

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

See Also:
Constant Field Values

LOG_FILEVIEW_INDEX_EXPIRE_OK_2

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

See Also:
Constant Field Values

LOG_MALFORMED_TRANSLATION_RULE_1

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

See Also:
Constant Field Values

LOG_NUM_TRANSLATION_RULES_INITIALIZED_1

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

See Also:
Constant Field Values

LOG_PARSE_MULIPART_REQ_FAILED_0

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

See Also:
Constant Field Values

LOG_PARSING_RUNS_2

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

See Also:
Constant Field Values

LOG_PROPERTY_READING_FAILED_2

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

See Also:
Constant Field Values

LOG_TRANSLATION_MATCH_2

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

See Also:
Constant Field Values

LOG_TRANSLATION_MATCH_3

public static final String LOG_TRANSLATION_MATCH_3
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