org.jboss.portal.server.output
Class NotFoundResult

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

public class NotFoundResult
extends Result

Does not exist.


Constructor Summary
NotFoundResult(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

NotFoundResult

public NotFoundResult(WindowContext producer)