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

Result - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.portlet.result
Class Result

java.lang.Object
  extended byorg.jboss.portal.portlet.result.Result
Direct Known Subclasses:
ErrorResult, FragmentResult, InsufficientPrivilegesResult, InsufficientTransportGuaranteeResult, RedirectionResult, RenderResult, StreamResult, UnavailableResult

public class Result
extends java.lang.Object

The base interface for all result objects.


Constructor Summary
Result()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result()