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

Result - JBOSS Portal 2.4 API 英文版文档


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

java.lang.Object
  extended byorg.jboss.portal.test.framework.container.result.Result
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AssertResult, EndTestResult, FailureResult, InvokeGetResult, InvokePostResult

public abstract class Result
extends java.lang.Object
implements java.io.Serializable

The result of a render phase from the portlet perspective.

See Also:
Serialized Form

Constructor Summary
protected Result()
           
 
Method Summary
abstract  ClientCommand createCommand()
          Return the command to execute on the client side.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

protected Result()
Method Detail

createCommand

public abstract ClientCommand createCommand()
                                     throws java.lang.IllegalStateException
Return the command to execute on the client side.

Throws:
java.lang.IllegalStateException - if the state does not allow the construction of the command