| java.lang.Object com.meterware.httpunit.WebRequest com.meterware.httpunit.HeaderOnlyWebRequest com.meterware.httpunit.GetMethodWebRequest
Constructor Summary | |
public | GetMethodWebRequest(String urlString) Constructs a web request using a specific absolute url string. | public | GetMethodWebRequest(URL urlBase, String urlString) Constructs a web request using a base URL and a relative url string. | public | GetMethodWebRequest(URL urlBase, String urlString, String target) Constructs a web request with a specific target. | | GetMethodWebRequest(WebForm sourceForm) Constructs a web request for a form submitted from JavaScript. | | GetMethodWebRequest(FixedURLWebRequestSource source) Constructs a web request for a link or image. | | GetMethodWebRequest(URL urlBase, String urlString, FrameSelector frame) Constructs an initial web request for a frame. | | GetMethodWebRequest(URL urlBase, String urlString, FrameSelector frame, String target) Constructs a web request for a javascript open call. | | GetMethodWebRequest(WebForm sourceForm, ParameterHolder parameterHolder, SubmitButton button, int x, int y) Constructs a web request for a form. |
Method Summary | |
public String | getMethod() Returns the HTTP method defined for this request. |
GetMethodWebRequest | public GetMethodWebRequest(String urlString)(Code) | | Constructs a web request using a specific absolute url string.
|
GetMethodWebRequest | public GetMethodWebRequest(URL urlBase, String urlString)(Code) | | Constructs a web request using a base URL and a relative url string.
|
GetMethodWebRequest | public GetMethodWebRequest(URL urlBase, String urlString, String target)(Code) | | Constructs a web request with a specific target.
|
GetMethodWebRequest | GetMethodWebRequest(WebForm sourceForm)(Code) | | Constructs a web request for a form submitted from JavaScript.
|
GetMethodWebRequest | GetMethodWebRequest(URL urlBase, String urlString, FrameSelector frame)(Code) | | Constructs an initial web request for a frame.
|
getMethod | public String getMethod()(Code) | | Returns the HTTP method defined for this request.
|
Methods inherited from com.meterware.httpunit.HeaderOnlyWebRequest | public String getQueryString()(Code)(Java Doc)
|
Methods inherited from com.meterware.httpunit.WebRequest | protected void completeRequest(URLConnection connection) throws IOException(Code)(Java Doc) final protected String getCharacterSet()(Code)(Java Doc) protected String getContentType()(Code)(Java Doc) Hashtable getHeaderDictionary()(Code)(Java Doc) public Dictionary getHeaders()(Code)(Java Doc) abstract public String getMethod()(Code)(Java Doc) public String getParameter(String name)(Code)(Java Doc) final protected ParameterHolder getParameterHolder()(Code)(Java Doc) public String[] getParameterValues(String name)(Code)(Java Doc) public String getQueryString()(Code)(Java Doc) String getReferer()(Code)(Java Doc) public String[] getRequestParameterNames()(Code)(Java Doc) FrameSelector getSourceFrame()(Code)(Java Doc) public String getTarget()(Code)(Java Doc) public URL getURL() throws MalformedURLException(Code)(Java Doc) final protected URL getURLBase()(Code)(Java Doc) protected String getURLString()(Code)(Java Doc) WebRequestSource getWebRequestSource()(Code)(Java Doc) public boolean isFileParameter(String name)(Code)(Java Doc) protected boolean isMimeEncoded()(Code)(Java Doc) protected boolean maySelectFile(String parameterName)(Code)(Java Doc) static ParameterHolder newParameterHolder(WebRequestSource requestSource)(Code)(Java Doc) public void removeParameter(String name)(Code)(Java Doc) public void selectFile(String parameterName, File file)(Code)(Java Doc) public void selectFile(String parameterName, File file, String contentType)(Code)(Java Doc) public void selectFile(String parameterName, String fileName, InputStream inputStream, String contentType)(Code)(Java Doc) public void setHeaderField(String headerName, String headerValue)(Code)(Java Doc) public void setImageButtonClickPosition(int x, int y) throws IllegalRequestParameterException(Code)(Java Doc) protected void setMimeEncoded(boolean mimeEncoded)(Code)(Java Doc) public void setParameter(String name, String value)(Code)(Java Doc) public void setParameter(String name, String[] values)(Code)(Java Doc) public void setParameter(String parameterName, UploadFileSpec[] files)(Code)(Java Doc) public String toString()(Code)(Java Doc) protected void writeMessageBody(OutputStream stream) throws IOException(Code)(Java Doc)
|
|
|