Uses of Interface
org.kohsuke.stapler.StaplerRequest

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

Uses of StaplerRequest in org.kohsuke.stapler
 

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

Methods in org.kohsuke.stapler with parameters of type StaplerRequest
 void StaplerResponse.forward(java.lang.Object it, java.lang.String url, StaplerRequest request)
          Evaluates the url against the given object and forwards the request to the result.
 void StaplerResponse.forwardToPreviousPage(StaplerRequest request)
          Redirects the browser to where it came from (the referer.)
 void StaplerResponse.serveExposedBean(StaplerRequest req, java.lang.Object exposedBean, Flavor flavor)
          Serves the exposed bean in the specified flavor.
 void StaplerResponse.serveFile(StaplerRequest req, java.io.InputStream data, long lastModified, int contentLength, java.lang.String fileName)
          Serves a static resource.
 void StaplerResponse.serveFile(StaplerRequest req, java.io.InputStream data, long lastModified, long expiration, int contentLength, java.lang.String fileName)
          Serves a static resource.
 void StaplerResponse.serveFile(StaplerRequest request, java.net.URL res)
          Serves a static resource.
 void StaplerResponse.serveFile(StaplerRequest request, java.net.URL res, long expiration)
           
 

Uses of StaplerRequest in org.kohsuke.stapler.jelly
 

Methods in org.kohsuke.stapler.jelly with parameters of type StaplerRequest
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.