org.opencms.gwt.shared
Interface I_CmsUploadConstants

All Superinterfaces:
com.google.gwt.user.client.rpc.IsSerializable

public interface I_CmsUploadConstants
extends com.google.gwt.user.client.rpc.IsSerializable

An interface that holds some constants for the upload dialog.

Since:
8.0.0

Field Summary
static java.lang.String ATTR_CLOSE_LINK
          The request attribute name for the close link.
static java.lang.String ATTR_CURRENT_FOLDER
          The request attribute name for the current folder.
static java.lang.String ATTR_DIALOG_MODE
          The request attribute name for the dialog mode.
static java.lang.String EXPLORER_URI
          The explorer URI for the back link.
static java.lang.String KEY_MESSAGE
          Key for the JSON object.
static java.lang.String KEY_REQUEST_SIZE
          Key for the JSON object.
static java.lang.String KEY_STACKTRACE
          Key for the JSON object.
static java.lang.String KEY_SUCCESS
          Key for the JSON object.
static java.lang.String KEY_UPLOAD_HOOK
          Key for the upload hook.
static java.lang.String KEY_UPLOADED_FILES
          Key for the uploaded files.
static java.lang.String PARAM_RESOURCES
          The resources parameter name.
static java.lang.String UPLOAD_ACTION_JSP_URI
          Upload action JSP URI.
static java.lang.String UPLOAD_FILENAME_ENCODED_SUFFIX
          The encoded file name field name suffix.
static java.lang.String UPLOAD_IS_ROOT_PATH_FIELD_NAME
          Name of the form field which stores whether the target folder is given as a root path.
static java.lang.String UPLOAD_JSP_URI
          Upload JSP URI.
static java.lang.String UPLOAD_TARGET_FOLDER_FIELD_NAME
          The name of the form field that stores the target folder for the upload.
static java.lang.String UPLOAD_UNZIP_FILES_FIELD_NAME
          The name of the form field that stores the file names to unzip.
static java.lang.String VAR_TARGET_FOLDER
          The javascript variable name for the upload target folder.
 

Field Detail

ATTR_CLOSE_LINK

static final java.lang.String ATTR_CLOSE_LINK
The request attribute name for the close link.

See Also:
Constant Field Values

ATTR_CURRENT_FOLDER

static final java.lang.String ATTR_CURRENT_FOLDER
The request attribute name for the current folder.

See Also:
Constant Field Values

ATTR_DIALOG_MODE

static final java.lang.String ATTR_DIALOG_MODE
The request attribute name for the dialog mode.

See Also:
Constant Field Values

EXPLORER_URI

static final java.lang.String EXPLORER_URI
The explorer URI for the back link.

See Also:
Constant Field Values

KEY_MESSAGE

static final java.lang.String KEY_MESSAGE
Key for the JSON object.

See Also:
Constant Field Values

KEY_REQUEST_SIZE

static final java.lang.String KEY_REQUEST_SIZE
Key for the JSON object.

See Also:
Constant Field Values

KEY_STACKTRACE

static final java.lang.String KEY_STACKTRACE
Key for the JSON object.

See Also:
Constant Field Values

KEY_SUCCESS

static final java.lang.String KEY_SUCCESS
Key for the JSON object.

See Also:
Constant Field Values

KEY_UPLOAD_HOOK

static final java.lang.String KEY_UPLOAD_HOOK
Key for the upload hook.

See Also:
Constant Field Values

KEY_UPLOADED_FILES

static final java.lang.String KEY_UPLOADED_FILES
Key for the uploaded files.

See Also:
Constant Field Values

PARAM_RESOURCES

static final java.lang.String PARAM_RESOURCES
The resources parameter name.

See Also:
Constant Field Values

UPLOAD_ACTION_JSP_URI

static final java.lang.String UPLOAD_ACTION_JSP_URI
Upload action JSP URI.

See Also:
Constant Field Values

UPLOAD_FILENAME_ENCODED_SUFFIX

static final java.lang.String UPLOAD_FILENAME_ENCODED_SUFFIX
The encoded file name field name suffix.

See Also:
Constant Field Values

UPLOAD_IS_ROOT_PATH_FIELD_NAME

static final java.lang.String UPLOAD_IS_ROOT_PATH_FIELD_NAME
Name of the form field which stores whether the target folder is given as a root path.

See Also:
Constant Field Values

UPLOAD_JSP_URI

static final java.lang.String UPLOAD_JSP_URI
Upload JSP URI.

See Also:
Constant Field Values

UPLOAD_TARGET_FOLDER_FIELD_NAME

static final java.lang.String UPLOAD_TARGET_FOLDER_FIELD_NAME
The name of the form field that stores the target folder for the upload.

See Also:
Constant Field Values

UPLOAD_UNZIP_FILES_FIELD_NAME

static final java.lang.String UPLOAD_UNZIP_FILES_FIELD_NAME
The name of the form field that stores the file names to unzip.

See Also:
Constant Field Values

VAR_TARGET_FOLDER

static final java.lang.String VAR_TARGET_FOLDER
The javascript variable name for the upload target folder.

See Also:
Constant Field Values