Package org.opencms.gwt.shared
Interface I_CmsUploadConstants
- All Superinterfaces:
com.google.gwt.user.client.rpc.IsSerializable
An interface that holds some constants for the upload dialog.
- Since:
- 8.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The request attribute name for the close link.static final String
The request attribute name for the current folder.static final String
The request attribute name for the dialog mode.static final String
The field name for the virus scanner results.static final String
The explorer URI for the back link.static final String
If this field is 'true', don'T perform file name translation (used for replace dialog).static final String
Key for the JSON object.static final String
Key for the JSON object.static final String
Key for the JSON object.static final String
Key for the JSON object.static final String
Key for the upload hook.static final String
Key for the uploaded file names.static final String
Key for the uploaded file ids.static final String
The resources parameter name.static final String
The post-create handler parameter.static final String
Upload action JSP URI.static final String
The encoded file name field name suffix.static final String
Name of the form field which stores whether the target folder is given as a root path.static final String
Upload JSP URI.static final String
The encoded file name field name suffix.static final String
The name of the form field that stores the target folder for the upload.static final String
The name of the form field that stores the file names to unzip.static final String
The javascript variable name for the upload target folder.
-
Field Details
-
ATTR_CLOSE_LINK
The request attribute name for the close link.- See Also:
-
ATTR_CURRENT_FOLDER
The request attribute name for the current folder.- See Also:
-
ATTR_DIALOG_MODE
The request attribute name for the dialog mode.- See Also:
-
ATTR_VIRUS_WARNINGS
The field name for the virus scanner results.- See Also:
-
EXPLORER_URI
The explorer URI for the back link.- See Also:
-
KEEP_FILE_NAMES
If this field is 'true', don'T perform file name translation (used for replace dialog).- See Also:
-
KEY_MESSAGE
Key for the JSON object.- See Also:
-
KEY_REQUEST_SIZE
Key for the JSON object.- See Also:
-
KEY_STACKTRACE
Key for the JSON object.- See Also:
-
KEY_SUCCESS
Key for the JSON object.- See Also:
-
KEY_UPLOAD_HOOK
Key for the upload hook.- See Also:
-
KEY_UPLOADED_FILE_NAMES
Key for the uploaded file names.- See Also:
-
KEY_UPLOADED_FILES
Key for the uploaded file ids.- See Also:
-
PARAM_RESOURCES
The resources parameter name.- See Also:
-
POST_CREATE_HANDLER
The post-create handler parameter.- See Also:
-
UPLOAD_ACTION_JSP_URI
Upload action JSP URI.- See Also:
-
UPLOAD_FILENAME_ENCODED_SUFFIX
The encoded file name field name suffix.- See Also:
-
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:
-
UPLOAD_JSP_URI
Upload JSP URI.- See Also:
-
UPLOAD_ORIGINAL_FILENAME_ENCODED_SUFFIX
The encoded file name field name suffix.- See Also:
-
UPLOAD_TARGET_FOLDER_FIELD_NAME
The name of the form field that stores the target folder for the upload.- See Also:
-
UPLOAD_UNZIP_FILES_FIELD_NAME
The name of the form field that stores the file names to unzip.- See Also:
-
VAR_TARGET_FOLDER
The javascript variable name for the upload target folder.- See Also:
-