|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jameleon.plugin.httpunit.HttpUnitParamType
public final class HttpUnitParamType
Contains a list of valid param types for the HttpUnit plug-in action point
see HttpUnitSubmitForm
for more information about the generic action point
Field Summary | |
---|---|
static String |
CHECK_BOX
a checkbox form element |
static String |
FILE
a file form element |
static String |
OPTION_DISPLAY_CONTAINS
a select option form element, used for text in the displayed value. |
static String |
OPTION_DISPLAY_ENDS_WITH
a select option form element, used for text in the displayed value. |
static String |
OPTION_DISPLAY_EQUALS
a select option form element, used for text in the displayed value. |
static String |
OPTION_DISPLAY_MATCHES
a select option form element, used for text in the displayed value. |
static String |
OPTION_DISPLAY_STARTS_WITH
a select option form element, used for text in the displayed value. |
static String |
OPTION_INDEX
a select option form element, used for selecting an <option> by the position number. |
static String |
OPTION_VALUE_EQUALS
a select option form element, used for the value attribute in the html <option> tag. |
static String |
TEXT
a text box of input type text form element |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TEXT
public static final String CHECK_BOX
public static final String FILE
public static final String OPTION_VALUE_EQUALS
public static final String OPTION_INDEX
public static final String OPTION_DISPLAY_CONTAINS
public static final String OPTION_DISPLAY_STARTS_WITH
public static final String OPTION_DISPLAY_ENDS_WITH
public static final String OPTION_DISPLAY_MATCHES
public static final String OPTION_DISPLAY_EQUALS
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |