hudson.util
Class HttpResponses

java.lang.Object
  extended by org.kohsuke.stapler.HttpResponses
      extended by hudson.util.HttpResponses

public class HttpResponses
extends org.kohsuke.stapler.HttpResponses

Various HttpResponse implementations.

This class extends from Stapler so that we can move implementations from here to Stapler periodically.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kohsuke.stapler.HttpResponses
org.kohsuke.stapler.HttpResponses.HttpResponseException
 
Constructor Summary
HttpResponses()
           
 
Method Summary
static org.kohsuke.stapler.HttpResponse staticResource(File f)
           
 
Methods inherited from class org.kohsuke.stapler.HttpResponses
error, error, error, forbidden, forwardToPreviousPage, forwardToView, forwardToView, html, notFound, ok, plainText, redirectTo, redirectTo, redirectToContextRoot, redirectToDot, redirectViaContextPath, redirectViaContextPath, staticResource, staticResource, status
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpResponses

public HttpResponses()
Method Detail

staticResource

public static org.kohsuke.stapler.HttpResponse staticResource(File f)
                                                       throws IOException
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.