Package de.xima.fc
Class CmnConst.AjaxUploadServletParams.FetchUploadData
- java.lang.Object
 - 
- de.xima.fc.CmnConst.AjaxUploadServletParams.FetchUploadData
 
 
- 
- Enclosing class:
 - CmnConst.AjaxUploadServletParams
 
public static final class CmnConst.AjaxUploadServletParams.FetchUploadData extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringPARAM_UPLOAD_IDThe name of the HTTP parameter for ID of the file.static StringPARAM_UPLOAD_NAMEThe name of the HTTP parameter for the upload field name.static StringRESULT_CONTENT_TYPEThe name for the param with the content type returned by the servletstatic StringRESULT_UPLOAD_DATAThe name of the param with the upload data returned by the servlet 
- 
Constructor Summary
Constructors Constructor Description FetchUploadData() 
 - 
 
- 
- 
Field Detail
- 
PARAM_UPLOAD_NAME
public static final String PARAM_UPLOAD_NAME
The name of the HTTP parameter for the upload field name.- See Also:
 - Constant Field Values
 
 
- 
PARAM_UPLOAD_ID
public static final String PARAM_UPLOAD_ID
The name of the HTTP parameter for ID of the file.- See Also:
 - Constant Field Values
 
 
- 
RESULT_UPLOAD_DATA
public static final String RESULT_UPLOAD_DATA
The name of the param with the upload data returned by the servlet- See Also:
 - Constant Field Values
 
 
- 
RESULT_CONTENT_TYPE
public static final String RESULT_CONTENT_TYPE
The name for the param with the content type returned by the servlet- See Also:
 - Constant Field Values
 
 
 - 
 
 -