org.opencms.webdav
Class Messages

java.lang.Object
  extended by org.opencms.i18n.A_CmsMessageBundle
      extended by org.opencms.webdav.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.5.6

Field Summary
static java.lang.String ERR_CLOSE_INPUT_STREAM_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_CLOSE_READER_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_INIT_PARAM_MISSING_1
          Message constant for key in the resource bundle.
static java.lang.String ERR_MD5_NOT_AVAILABLE_0
          Message constant for key in the resource bundle.
static java.lang.String ERR_REPOSITORY_NOT_FOUND_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_DIRECTORY_FILENAME_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_DIRECTORY_LASTMODIFIED_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_DIRECTORY_PARENT_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_DIRECTORY_SIZE_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_DIRECTORY_TITLE_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_CHILD_LOCKED_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_COPY_ITEM_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_COPY_SUCCESS_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_CREATE_COLLECTION_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_CREATE_SUCCESS_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_DELETE_ITEM_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_DELETE_SUCCESS_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_DELETE_TEMP_FILE_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_DEST_PATH_EXISTS_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_INIT_WEBDAV_SERVLET_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_INVALID_CONTENT_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_INVALID_PROPFIND_TYPE_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_ITEM_EXISTS_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_ITEM_LOCKED_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_ITEM_NOT_FOUND_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_LIST_ITEMS_ERROR_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_LOCK_ITEM_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_LOCK_ITEM_FAILED_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_LOCK_ITEM_SUCCESS_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_LOGIN_FAILED_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_MOVE_ITEM_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_MOVE_ITEM_SUCCESS_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_NO_AUTHORIZATION_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_NO_PERMISSION_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_PARSE_DEST_HEADER_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_READ_INIT_PARAM_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_READ_INIT_PARAM_ERROR_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_REPOSITORY_ERROR_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_SAVE_ITEM_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_SAVE_SUCCESS_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_SERVE_BYTES_2
          Message constant for key in the resource bundle.
static java.lang.String LOG_SERVE_ITEM_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_SERVE_ITEM_CONTENT_LENGTH_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_SERVE_ITEM_CONTENT_TYPE_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_SERVE_ITEM_HEADER_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_SRC_DEST_EQUALS_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_UNLOCK_ITEM_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_USE_REPOSITORY_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_WEBDAV_READ_ONLY_0
          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

GUI_DIRECTORY_FILENAME_0

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

See Also:
Constant Field Values

GUI_DIRECTORY_LASTMODIFIED_0

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

See Also:
Constant Field Values

GUI_DIRECTORY_PARENT_1

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

See Also:
Constant Field Values

GUI_DIRECTORY_SIZE_0

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

See Also:
Constant Field Values

GUI_DIRECTORY_TITLE_1

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

See Also:
Constant Field Values

ERR_CLOSE_INPUT_STREAM_0

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

See Also:
Constant Field Values

ERR_CLOSE_READER_0

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

See Also:
Constant Field Values

ERR_INIT_PARAM_MISSING_1

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

See Also:
Constant Field Values

ERR_MD5_NOT_AVAILABLE_0

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

See Also:
Constant Field Values

ERR_REPOSITORY_NOT_FOUND_1

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

See Also:
Constant Field Values

LOG_CHILD_LOCKED_1

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

See Also:
Constant Field Values

LOG_COPY_ITEM_2

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

See Also:
Constant Field Values

LOG_COPY_SUCCESS_0

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

See Also:
Constant Field Values

LOG_CREATE_COLLECTION_0

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

See Also:
Constant Field Values

LOG_CREATE_SUCCESS_0

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

See Also:
Constant Field Values

LOG_DELETE_ITEM_0

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

See Also:
Constant Field Values

LOG_DELETE_SUCCESS_0

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

See Also:
Constant Field Values

LOG_DELETE_TEMP_FILE_0

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

See Also:
Constant Field Values

LOG_DEST_PATH_EXISTS_1

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

See Also:
Constant Field Values

LOG_INIT_WEBDAV_SERVLET_0

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

See Also:
Constant Field Values

LOG_INVALID_CONTENT_0

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

See Also:
Constant Field Values

LOG_INVALID_PROPFIND_TYPE_0

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

See Also:
Constant Field Values

LOG_ITEM_EXISTS_1

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

See Also:
Constant Field Values

LOG_ITEM_LOCKED_1

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

See Also:
Constant Field Values

LOG_ITEM_NOT_FOUND_1

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

See Also:
Constant Field Values

LOG_LIST_ITEMS_ERROR_1

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

See Also:
Constant Field Values

LOG_LOCK_ITEM_1

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

See Also:
Constant Field Values

LOG_LOCK_ITEM_FAILED_0

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

See Also:
Constant Field Values

LOG_LOCK_ITEM_SUCCESS_0

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

See Also:
Constant Field Values

LOG_LOGIN_FAILED_1

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

See Also:
Constant Field Values

LOG_MOVE_ITEM_2

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

See Also:
Constant Field Values

LOG_MOVE_ITEM_SUCCESS_0

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

See Also:
Constant Field Values

LOG_NO_AUTHORIZATION_0

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

See Also:
Constant Field Values

LOG_NO_PERMISSION_0

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

See Also:
Constant Field Values

LOG_PARSE_DEST_HEADER_0

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

See Also:
Constant Field Values

LOG_READ_INIT_PARAM_2

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

See Also:
Constant Field Values

LOG_READ_INIT_PARAM_ERROR_2

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

See Also:
Constant Field Values

LOG_REPOSITORY_ERROR_2

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

See Also:
Constant Field Values

LOG_SAVE_ITEM_0

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

See Also:
Constant Field Values

LOG_SAVE_SUCCESS_0

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

See Also:
Constant Field Values

LOG_SERVE_BYTES_2

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

See Also:
Constant Field Values

LOG_SERVE_ITEM_1

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

See Also:
Constant Field Values

LOG_SERVE_ITEM_CONTENT_LENGTH_1

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

See Also:
Constant Field Values

LOG_SERVE_ITEM_CONTENT_TYPE_1

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

See Also:
Constant Field Values

LOG_SERVE_ITEM_HEADER_1

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

See Also:
Constant Field Values

LOG_SRC_DEST_EQUALS_0

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

See Also:
Constant Field Values

LOG_UNLOCK_ITEM_0

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

See Also:
Constant Field Values

LOG_USE_REPOSITORY_1

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

See Also:
Constant Field Values

LOG_WEBDAV_READ_ONLY_0

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