Package de.xima.fc
Class CmnConst.AjaxUploadServletParams.RemoveUpload
- java.lang.Object
 - 
- de.xima.fc.CmnConst.AjaxUploadServletParams.RemoveUpload
 
 
- 
- Enclosing class:
 - CmnConst.AjaxUploadServletParams
 
public static final class CmnConst.AjaxUploadServletParams.RemoveUpload extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringPARAM_TIMEThe name of the HTTP parameter for ID of the file.static StringPARAM_UPLOAD_NAMEThe name of the HTTP parameter for the upload field name. 
- 
Constructor Summary
Constructors Constructor Description RemoveUpload() 
 - 
 
- 
- 
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_TIME
public static final String PARAM_TIME
The name of the HTTP parameter for ID of the file.- See Also:
 - Constant Field Values
 
 
 - 
 
 -