| Package | Description |
|---|---|
| com.meterware.httpunit |
Classes for testing http server systems.
|
| com.meterware.httpunit.controls | |
| com.meterware.httpunit.protocol |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SubmitButton.addValues(ParameterProcessor processor,
String characterSet)
addValues if not disabled and pressed
|
protected void |
Button.addValues(ParameterProcessor processor,
String characterSet) |
protected abstract void |
FormControl.addValues(ParameterProcessor processor,
String characterSet) |
protected void |
RadioGroupFormControl.addValues(ParameterProcessor processor,
String characterSet) |
void |
WebForm.recordParameters(ParameterProcessor processor)
Iterates through the parameters in this holder, recording them in the supplied parameter processor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SelectionFormControl.addValues(ParameterProcessor processor,
String characterSet) |
| Modifier and Type | Class and Description |
|---|---|
class |
URLEncodedString |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterCollection.recordParameters(ParameterProcessor processor)
Iterates through the parameters in this holder, recording them in the supplied parameter processor.
|
Copyright © 2012. All Rights Reserved.