Package de.xima.fc
Class CmnConst.AjaxUploadServletParams
java.lang.Object
de.xima.fc.CmnConst.AjaxUploadServletParams
- Enclosing class:
- CmnConst
Parameters for the AJAX upload servlet (/form/ajaxupload).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classParameters for the addUpload sub request type of the AJAX upload servlet.static final classstatic final class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe sub request type forthe AJAX upload servlet.static final StringThe value for the add upload sub request type of the AJAX upload servlet.static final StringThe value for the fetch upload data sub request type of the AJAX upload servlet.static final StringThe value for the remove upload sub request type of the AJAX upload servlet.static final StringThe name of the main JSON property returned by the servlet -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PARAM_REQUEST_TYPE
The sub request type forthe AJAX upload servlet.- See Also:
-
PARAM_REQUEST_TYPE_ADD_UPLOAD
The value for the add upload sub request type of the AJAX upload servlet.- See Also:
-
PARAM_REQUEST_TYPE_FETCH_UPLOAD_DATA
The value for the fetch upload data sub request type of the AJAX upload servlet.- See Also:
-
PARAM_REQUEST_TYPE_REMOVE_UPLOAD
The value for the remove upload sub request type of the AJAX upload servlet.- See Also:
-
RESULT_FIELD_NAME
The name of the main JSON property returned by the servlet- See Also:
-
-
Constructor Details
-
AjaxUploadServletParams
public AjaxUploadServletParams()
-