org.jboss.portal.server.output
Class NoResult

java.lang.Object
  extended by org.jboss.portal.server.output.Result
      extended by org.jboss.portal.server.output.NoResult

public class NoResult
extends Result

No decision has been taken explicitely. This should be the first result.


Constructor Summary
NoResult(WindowContext producer)
           
 
Method Summary
 
Methods inherited from class org.jboss.portal.server.output.Result
getProducer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoResult

public NoResult(WindowContext producer)