Uses of Interface
org.kohsuke.stapler.StaplerResponse

Packages that use StaplerResponse
org.kohsuke.stapler   
org.kohsuke.stapler.export   
org.kohsuke.stapler.jelly Optional Jelly support, to write views in Jelly (as opposed to JSP). 
 

Uses of StaplerResponse in org.kohsuke.stapler
 

Methods in org.kohsuke.stapler that return StaplerResponse
static StaplerResponse Stapler.getCurrentResponse()
          Gets the current StaplerResponse that the calling thread is associated with.
 

Methods in org.kohsuke.stapler with parameters of type StaplerResponse
 boolean StaplerRequest.checkIfModified(java.util.Calendar timestampOfResource, StaplerResponse rsp)
           
 boolean StaplerRequest.checkIfModified(java.util.Date timestampOfResource, StaplerResponse rsp)
           
 boolean StaplerRequest.checkIfModified(long timestampOfResource, StaplerResponse rsp)
          Checks "If-Modified-Since" header and returns false if the resource needs to be served.
 boolean StaplerRequest.checkIfModified(long timestampOfResource, StaplerResponse rsp, long expiration)
           
 

Uses of StaplerResponse in org.kohsuke.stapler.export
 

Methods in org.kohsuke.stapler.export with parameters of type StaplerResponse
abstract  DataWriter Flavor.createDataWriter(java.lang.Object bean, StaplerResponse rsp)
           
 

Uses of StaplerResponse in org.kohsuke.stapler.jelly
 

Methods in org.kohsuke.stapler.jelly with parameters of type StaplerResponse
static void JellyClassTearOff.invokeScript(StaplerRequest req, StaplerResponse rsp, org.apache.commons.jelly.Script script, java.lang.Object it)
           
 boolean JellyClassTearOff.serveIndexJelly(StaplerRequest req, StaplerResponse rsp, java.lang.Object node)
          Serves indx.jelly if it's available, and returns true.
 



Copyright © 2008. All Rights Reserved.