Package de.xima.fc
Class CmnConst.AjaxUploadServletParams
- java.lang.Object
-
- de.xima.fc.CmnConst.AjaxUploadServletParams
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CmnConst.AjaxUploadServletParams.AddUpload
Parameters for the addUpload sub request type of the AJAX upload servlet.static class
CmnConst.AjaxUploadServletParams.FetchUploadData
static class
CmnConst.AjaxUploadServletParams.RemoveUpload
-
Field Summary
Fields Modifier and Type Field Description static String
PARAM_REQUEST_TYPE
The sub request type forthe AJAX upload servlet.static String
PARAM_REQUEST_TYPE_ADD_UPLOAD
The value for the add upload sub request type of the AJAX upload servlet.static String
PARAM_REQUEST_TYPE_FETCH_UPLOAD_DATA
The value for the fetch upload data sub request type of the AJAX upload servlet.static String
PARAM_REQUEST_TYPE_REMOVE_UPLOAD
The value for the remove upload sub request type of the AJAX upload servlet.static String
RESULT_FIELD_NAME
The name of the main JSON property returned by the servlet
-
Constructor Summary
Constructors Constructor Description AjaxUploadServletParams()
-
-
-
Field Detail
-
PARAM_REQUEST_TYPE
public static final String PARAM_REQUEST_TYPE
The sub request type forthe AJAX upload servlet.- See Also:
- Constant Field Values
-
PARAM_REQUEST_TYPE_ADD_UPLOAD
public static final String PARAM_REQUEST_TYPE_ADD_UPLOAD
The value for the add upload sub request type of the AJAX upload servlet.- See Also:
- Constant Field Values
-
PARAM_REQUEST_TYPE_FETCH_UPLOAD_DATA
public static final String PARAM_REQUEST_TYPE_FETCH_UPLOAD_DATA
The value for the fetch upload data sub request type of the AJAX upload servlet.- See Also:
- Constant Field Values
-
PARAM_REQUEST_TYPE_REMOVE_UPLOAD
public static final String PARAM_REQUEST_TYPE_REMOVE_UPLOAD
The value for the remove upload sub request type of the AJAX upload servlet.- See Also:
- Constant Field Values
-
RESULT_FIELD_NAME
public static final String RESULT_FIELD_NAME
The name of the main JSON property returned by the servlet- See Also:
- Constant Field Values
-
-