Class FileManagerFields
- java.lang.Object
-
- org.guvnor.common.services.shared.file.upload.FileManagerFields
-
public class FileManagerFields extends Object
This is a central location for all form fields use in HTML forms for submission to the file servlet. The all must be unique, of course.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFORM_FIELD_FULL_PATHstatic StringFORM_FIELD_NAMEstatic StringFORM_FIELD_OPERATIONstatic StringFORM_FIELD_PATHstatic StringUPLOAD_FIELD_NAME_ATTACH
-
Constructor Summary
Constructors Constructor Description FileManagerFields()
-
-
-
Field Detail
-
UPLOAD_FIELD_NAME_ATTACH
public static final String UPLOAD_FIELD_NAME_ATTACH
- See Also:
- Constant Field Values
-
FORM_FIELD_PATH
public static final String FORM_FIELD_PATH
- See Also:
- Constant Field Values
-
FORM_FIELD_NAME
public static final String FORM_FIELD_NAME
- See Also:
- Constant Field Values
-
FORM_FIELD_FULL_PATH
public static final String FORM_FIELD_FULL_PATH
- See Also:
- Constant Field Values
-
FORM_FIELD_OPERATION
public static final String FORM_FIELD_OPERATION
- See Also:
- Constant Field Values
-
-