|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.test.framework.driver.DriverCommand
org.jboss.portal.test.framework.driver.http.command.HTTPDriverCommand
org.jboss.portal.test.framework.driver.http.command.DoMethodCommand
org.jboss.portal.test.framework.driver.http.command.DoPostCommand
public class DoPostCommand
Constructor Summary | |
---|---|
DoPostCommand(java.net.URI uri,
java.lang.String contentType,
HttpRequest.Body body)
|
Method Summary | |
---|---|
HttpRequest.Body |
getBody()
|
java.lang.String |
getContentType()
|
Methods inherited from class org.jboss.portal.test.framework.driver.http.command.DoMethodCommand |
---|
getHeaders, getURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoPostCommand(java.net.URI uri, java.lang.String contentType, HttpRequest.Body body)
Method Detail |
---|
public java.lang.String getContentType()
public HttpRequest.Body getBody()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |