org.jete.web
Class FormSubmissionValidatedAction
java.lang.Object
org.jete.cases.ValidatedTestAction
org.jete.web.WebSessionValidatedAction
org.jete.web.FormSubmissionValidatedAction
- All Implemented Interfaces:
- TestAction
- public class FormSubmissionValidatedAction
- extends WebSessionValidatedAction
Submit the configured form information to the configured url via a GetMethodWebRequest. The HttpUnit web
conversation is maintained by the WebSessionValidatedAction superclass, and the request and response is
retrieved from it.
- Version:
- $Id: FormSubmissionValidatedAction.html,v 1.3 2006/03/12 02:47:12 tdeast Exp $
Method Summary |
void |
doAction()
Create a new GetMethodWebRequest, retrieve the configured web request data and insert each element into
the request, and retrieve the response. |
java.lang.String |
getFormURL()
|
java.util.Map |
getWebRequestData()
|
void |
setFormURL(java.lang.String formURL)
|
void |
setWebRequestData(java.util.Map webRequestData)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormSubmissionValidatedAction
public FormSubmissionValidatedAction()
doAction
public void doAction()
throws ActionException
- Create a new GetMethodWebRequest, retrieve the configured web request data and insert each element into
the request, and retrieve the response.
- Specified by:
doAction
in class ValidatedTestAction
- Throws:
ActionException
getWebRequestData
public java.util.Map getWebRequestData()
setWebRequestData
public void setWebRequestData(java.util.Map webRequestData)
getFormURL
public java.lang.String getFormURL()
setFormURL
public void setFormURL(java.lang.String formURL)