org.jboss.portal.server.output
Class Result

java.lang.Object
  extended byorg.jboss.portal.server.output.Result
Direct Known Subclasses:
ErrorResult, FragmentResult, 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()