当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
Result - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.test.framework.container.result
Class Result
java.lang.Object
org.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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Result
protected Result()
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