Guvnor - Services API 6.1.0.CR2

org.guvnor.common.services.shared.file.upload
Class FileManagerFields

java.lang.Object
  extended by 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
static String FORM_FIELD_FULL_PATH
           
static String FORM_FIELD_NAME
           
static String FORM_FIELD_OPERATION
           
static String FORM_FIELD_PATH
           
static String UPLOAD_FIELD_NAME_ATTACH
           
 
Constructor Summary
FileManagerFields()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

FileManagerFields

public FileManagerFields()

Guvnor - Services API 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.