站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

DoPostCommand - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.framework.container.client.command
Class DoPostCommand

java.lang.Object
  extended byorg.jboss.portal.test.framework.container.client.command.ClientCommand
      extended byorg.jboss.portal.test.framework.container.client.command.DoPostCommand

public class DoPostCommand
extends ClientCommand

Version:
$Revision: 5498 $
Author:
Julien Viet

Nested Class Summary
static class DoPostCommand.Body
           
static class DoPostCommand.FormBody
           
static class DoPostCommand.RawBody
           
 
Field Summary
private  DoPostCommand.Body body
           
private  java.lang.String contentType
           
private  java.lang.String url
           
 
Constructor Summary
DoPostCommand(java.lang.String url, java.lang.String contentType, DoPostCommand.Body body)
           
 
Method Summary
 DoPostCommand.Body getBody()
           
 java.lang.String getContentType()
           
 java.lang.String getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

private java.lang.String url

contentType

private java.lang.String contentType

body

private DoPostCommand.Body body
Constructor Detail

DoPostCommand

public DoPostCommand(java.lang.String url,
                     java.lang.String contentType,
                     DoPostCommand.Body body)
Method Detail

getURL

public java.lang.String getURL()

getContentType

public java.lang.String getContentType()

getBody

public DoPostCommand.Body getBody()