org.drools.guvnor.client.common
Class HTMLFileManagerFields

java.lang.Object
  extended by org.drools.guvnor.client.common.HTMLFileManagerFields

public class HTMLFileManagerFields
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 CLASSIC_DRL_IMPORT
           
static String FILE_UPLOAD_FIELD_NAME_IMPORT
           
static String FORM_FIELD_REPOSITORY
           
static String FORM_FIELD_UUID
           
static String REPO_CONFIG_REPOSITORY
           
static String UPLOAD_FIELD_NAME_ATTACH
           
 
Constructor Summary
HTMLFileManagerFields()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORM_FIELD_REPOSITORY

public static final String FORM_FIELD_REPOSITORY
See Also:
Constant Field Values

FORM_FIELD_UUID

public static final String FORM_FIELD_UUID
See Also:
Constant Field Values

FILE_UPLOAD_FIELD_NAME_IMPORT

public static final String FILE_UPLOAD_FIELD_NAME_IMPORT
See Also:
Constant Field Values

UPLOAD_FIELD_NAME_ATTACH

public static final String UPLOAD_FIELD_NAME_ATTACH
See Also:
Constant Field Values

CLASSIC_DRL_IMPORT

public static final String CLASSIC_DRL_IMPORT
See Also:
Constant Field Values

REPO_CONFIG_REPOSITORY

public static final String REPO_CONFIG_REPOSITORY
See Also:
Constant Field Values
Constructor Detail

HTMLFileManagerFields

public HTMLFileManagerFields()


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