org.opencms.xml.content
Class Messages

java.lang.Object
  extended by org.opencms.i18n.A_CmsMessageBundle
      extended by org.opencms.xml.content.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_COULD_NOT_RESOLVE_ID_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_UNABLE_TO_INITIALIZE_CMSOBJECT_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XML_SCHEMA_COULD_NOT_PARSE_PROPERTY_CONFIG_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XML_SCHEMA_IO_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XML_SCHEMA_PARSE_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_3
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_CHOICE_3
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_CHECK_INVALID_ELEM_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_CHECK_INVALID_TYPE_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_CHECK_NOT_EMPTY_DOC_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_CHECK_NOT_OPTIONAL_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_CONFIG_ELEM_UNKNOWN_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_ELEM_MAXOCCURS_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_ELEM_MINOCCURS_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_INVALID_CUSTOM_CLASS_3
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_INVALID_ELEM_DEFAULT_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_INVALID_ELEM_LAYOUTWIDGET_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_INVALID_ELEM_MAPPING_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_INVALID_ELEM_SEARCHSETTINGS_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_INVALID_ELEM_VALIDATION_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_INVALID_ENC_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_INVALID_TYPE_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_INVALID_WIDGET_3
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_MISSING_LOCALE_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_MISSING_MODELFOLDER_URI_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_MISSING_PREVIEW_URI_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_MISSING_RESOURCE_BUNDLE_NAME_2
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_MISSING_SCHEMA_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_RESOLVE_FILE_NOT_FOUND_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_UNKNOWN_ELEM_PATH_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_UNKNOWN_ELEM_PATH_SCHEMA_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_XMLCONTENT_UNMARSHAL_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_CATEGORY_CHECK_EMPTY_ERROR_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_CATEGORY_CHECK_NOLEAF_ERROR_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_EDITOR_XMLCONTENT_VALIDATION_ERROR_2
          Message constant for key in the resource bundle.
static java.lang.String GUI_EDITOR_XMLCONTENT_VALIDATION_ERROR_TITLE_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_EDITOR_XMLCONTENT_VALIDATION_WARNING_2
          Message constant for key in the resource bundle.
static java.lang.String GUI_XMLCONTENT_CHECK_ERROR_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_XMLCONTENT_CHECK_WARNING_EXPIRED_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_XMLCONTENT_CHECK_WARNING_NOT_RELEASED_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_XMLCONTENT_CHECK_PARENT_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_XMLCONTENT_CHECK_RULE_MATCH_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_XMLCONTENT_CHECK_WARNING_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_XMLCONTENT_INIT_BOOKMARKS_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_XMLCONTENT_INVALID_ELEM_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_XMLCONTENT_RESOLVE_MAPPING_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_XMLCONTENT_VALIDATION_ERR_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_XMLCONTENT_VALIDATION_WARN_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_XMLCONTENT_VISIT_1
          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_COULD_NOT_RESOLVE_ID_1

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

See Also:
Constant Field Values

ERR_UNABLE_TO_INITIALIZE_CMSOBJECT_1

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

See Also:
Constant Field Values

ERR_XML_SCHEMA_COULD_NOT_PARSE_PROPERTY_CONFIG_1

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

See Also:
Constant Field Values

ERR_XML_SCHEMA_IO_1

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

See Also:
Constant Field Values

ERR_XML_SCHEMA_PARSE_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_2

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

See Also:
Constant Field Values

ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_3

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

See Also:
Constant Field Values

ERR_XMLCONTENT_ADD_ELEM_INVALID_IDX_CHOICE_3

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

See Also:
Constant Field Values

ERR_XMLCONTENT_CHECK_INVALID_ELEM_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_CHECK_INVALID_TYPE_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_CHECK_NOT_EMPTY_DOC_0

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

See Also:
Constant Field Values

ERR_XMLCONTENT_CHECK_NOT_OPTIONAL_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_CONFIG_ELEM_UNKNOWN_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_ELEM_MAXOCCURS_2

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

See Also:
Constant Field Values

ERR_XMLCONTENT_ELEM_MINOCCURS_2

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

See Also:
Constant Field Values

ERR_XMLCONTENT_INVALID_CUSTOM_CLASS_3

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

See Also:
Constant Field Values

ERR_XMLCONTENT_INVALID_ELEM_DEFAULT_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_INVALID_ELEM_LAYOUTWIDGET_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_INVALID_ELEM_MAPPING_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_INVALID_ELEM_SEARCHSETTINGS_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_INVALID_ELEM_VALIDATION_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_INVALID_ENC_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_INVALID_TYPE_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_INVALID_WIDGET_3

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

See Also:
Constant Field Values

ERR_XMLCONTENT_MISSING_LOCALE_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_MISSING_MODELFOLDER_URI_2

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

See Also:
Constant Field Values

ERR_XMLCONTENT_MISSING_PREVIEW_URI_2

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

See Also:
Constant Field Values

ERR_XMLCONTENT_MISSING_RESOURCE_BUNDLE_NAME_2

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

See Also:
Constant Field Values

ERR_XMLCONTENT_MISSING_SCHEMA_0

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

See Also:
Constant Field Values

ERR_XMLCONTENT_RESOLVE_FILE_NOT_FOUND_0

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

See Also:
Constant Field Values

ERR_XMLCONTENT_UNKNOWN_ELEM_PATH_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_UNKNOWN_ELEM_PATH_SCHEMA_1

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

See Also:
Constant Field Values

ERR_XMLCONTENT_UNMARSHAL_1

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

See Also:
Constant Field Values

GUI_CATEGORY_CHECK_EMPTY_ERROR_0

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

See Also:
Constant Field Values

GUI_CATEGORY_CHECK_NOLEAF_ERROR_0

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

See Also:
Constant Field Values

GUI_EDITOR_XMLCONTENT_VALIDATION_ERROR_2

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

See Also:
Constant Field Values

GUI_EDITOR_XMLCONTENT_VALIDATION_ERROR_TITLE_0

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

See Also:
Constant Field Values

GUI_EDITOR_XMLCONTENT_VALIDATION_WARNING_2

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

See Also:
Constant Field Values

GUI_XMLCONTENT_CHECK_ERROR_0

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

See Also:
Constant Field Values

GUI_XMLCONTENT_CHECK_WARNING_EXPIRED_0

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

See Also:
Constant Field Values

GUI_XMLCONTENT_CHECK_WARNING_NOT_RELEASED_0

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

See Also:
Constant Field Values

LOG_XMLCONTENT_CHECK_PARENT_2

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

See Also:
Constant Field Values

LOG_XMLCONTENT_CHECK_RULE_MATCH_1

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

See Also:
Constant Field Values

LOG_XMLCONTENT_CHECK_WARNING_2

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

See Also:
Constant Field Values

LOG_XMLCONTENT_INIT_BOOKMARKS_0

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

See Also:
Constant Field Values

LOG_XMLCONTENT_INVALID_ELEM_2

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

See Also:
Constant Field Values

LOG_XMLCONTENT_RESOLVE_MAPPING_1

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

See Also:
Constant Field Values

LOG_XMLCONTENT_VALIDATION_ERR_2

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

See Also:
Constant Field Values

LOG_XMLCONTENT_VALIDATION_WARN_2

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

See Also:
Constant Field Values

LOG_XMLCONTENT_VISIT_1

public static final java.lang.String LOG_XMLCONTENT_VISIT_1
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