| java.lang.Object com.meterware.httpunit.ParameterHolder com.meterware.httpunit.UncheckedParameterHolder
Method Summary | |
public void | addFile(String parameterName, UploadFileSpec fileSpec) | public void | addParameter(String name, String value, String characterSet) | String | getCharacterSet() | String[] | getParameterNames() | String | getParameterValue(String name) | String[] | getParameterValues(String name) | boolean | isFileParameter(String name) | boolean | isSubmitAsMime() | void | recordParameters(ParameterProcessor processor) Iterates through the parameters in this holder, recording them in the supplied parameter processor. | void | recordPredefinedParameters(ParameterProcessor processor) Does nothing, since unchecked requests treat all parameters the same. | void | removeParameter(String name) | void | selectImageButtonPosition(SubmitButton imageButton, int x, int y) Specifies the position at which an image button (if any) was clicked. | void | setParameter(String name, String value) | void | setParameter(String name, String[] values) | void | setParameter(String name, UploadFileSpec[] files) | void | setSubmitAsMime(boolean mimeEncoded) |
UncheckedParameterHolder | UncheckedParameterHolder()(Code) | | |
isSubmitAsMime | boolean isSubmitAsMime()(Code) | | |
recordParameters | void recordParameters(ParameterProcessor processor) throws IOException(Code) | | Iterates through the parameters in this holder, recording them in the supplied parameter processor.
|
recordPredefinedParameters | void recordPredefinedParameters(ParameterProcessor processor) throws IOException(Code) | | Does nothing, since unchecked requests treat all parameters the same.
|
selectImageButtonPosition | void selectImageButtonPosition(SubmitButton imageButton, int x, int y)(Code) | | Specifies the position at which an image button (if any) was clicked.
|
setSubmitAsMime | void setSubmitAsMime(boolean mimeEncoded)(Code) | | |
|
|