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

InvokeGetResult - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.test.framework.container.result
Class InvokeGetResult

java.lang.Object
  extended byorg.jboss.portal.test.framework.container.result.Result
      extended byorg.jboss.portal.test.framework.container.result.InvokeGetResult
All Implemented Interfaces:
java.io.Serializable

public class InvokeGetResult
extends Result

See Also:
Serialized Form

Constructor Summary
InvokeGetResult()
           
InvokeGetResult(java.lang.String url)
           
 
Method Summary
 ClientCommand createCommand()
          Return the command to execute on the client side.
 java.lang.String getURL()
           
 void setURL(java.lang.String url)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvokeGetResult

public InvokeGetResult()

InvokeGetResult

public InvokeGetResult(java.lang.String url)
Method Detail

getURL

public java.lang.String getURL()

setURL

public void setURL(java.lang.String url)

createCommand

public ClientCommand createCommand()
Description copied from class: Result
Return the command to execute on the client side.

Specified by:
createCommand in class Result

toString

public java.lang.String toString()