当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
InvokePostResult - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.test.framework.container.result
Class InvokePostResult
java.lang.Object
org.jboss.portal.test.framework.container.result.Result
org.jboss.portal.test.framework.container.result.InvokePostResult
- All Implemented Interfaces:
- java.io.Serializable
- public class InvokePostResult
- extends Result
The portlet wants to invoke a post.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
InvokePostResult
public InvokePostResult()
getURL
public java.lang.String getURL()
setURL
public void setURL(java.lang.String url)
getBody
public InvokePostResult.Body getBody()
setBody
public void setBody(InvokePostResult.Body body)
getContentType
public java.lang.String getContentType()
setContentType
public void setContentType(java.lang.String contentType)
createCommand
public ClientCommand createCommand()
- Description copied from class:
Result
- Return the command to execute on the client side.
- Specified by:
createCommand
in class Result