org.jboss.portal.test.framework.driver.http.response
Class InvokePostResponse
java.lang.Object
org.jboss.portal.test.framework.driver.DriverResponse
org.jboss.portal.test.framework.driver.http.response.HTTPDriverResponse
org.jboss.portal.test.framework.driver.http.response.InvokeMethodResponse
org.jboss.portal.test.framework.driver.http.response.InvokePostResponse
- All Implemented Interfaces:
- java.io.Serializable
public class InvokePostResponse
- extends InvokeMethodResponse
The portlet wants to invoke a post.
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
APPLICATION_X_WWW_FORM_URLENCODED
public static final java.lang.String APPLICATION_X_WWW_FORM_URLENCODED
- .
- See Also:
- Constant Field Values
MULTIPART_FORM_DATA
public static final java.lang.String MULTIPART_FORM_DATA
- .
- See Also:
- Constant Field Values
InvokePostResponse
public InvokePostResponse(java.lang.String uri)
InvokePostResponse
public InvokePostResponse(java.net.URI uri)
getBody
public HttpRequest.Body getBody()
setBody
public void setBody(HttpRequest.Body body)
getContentType
public java.lang.String getContentType()
setContentType
public void setContentType(java.lang.String contentType)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object