Uses of Interface
org.kohsuke.stapler.StaplerResponse

Packages that use StaplerResponse
org.kohsuke.stapler Stapler URL->Object mapping framework. 
org.kohsuke.stapler.export   
org.kohsuke.stapler.framework.io   
 

Uses of StaplerResponse in org.kohsuke.stapler
 

Classes in org.kohsuke.stapler that implement StaplerResponse
 class ResponseImpl
          StaplerResponse implementation.
 

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 RequestImpl.checkIfModified(java.util.Calendar timestampOfResource, StaplerResponse rsp)
           
 boolean StaplerRequest.checkIfModified(java.util.Calendar timestampOfResource, StaplerResponse rsp)
           
 boolean RequestImpl.checkIfModified(java.util.Date timestampOfResource, StaplerResponse rsp)
           
 boolean StaplerRequest.checkIfModified(java.util.Date timestampOfResource, StaplerResponse rsp)
           
 boolean RequestImpl.checkIfModified(long lastModified, 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 RequestImpl.checkIfModified(long lastModified, StaplerResponse rsp, long expiration)
           
 boolean StaplerRequest.checkIfModified(long timestampOfResource, StaplerResponse rsp, long expiration)
           
 void HttpDeletable.delete(StaplerRequest req, StaplerResponse rsp)
          Called when HTTP DELETE method is invoked.
 void ForwardToView.generateResponse(StaplerRequest req, StaplerResponse rsp, java.lang.Object node)
           
 void HttpRedirect.generateResponse(StaplerRequest req, StaplerResponse rsp, java.lang.Object node)
           
 void HttpResponse.generateResponse(StaplerRequest req, StaplerResponse rsp, java.lang.Object node)
           
static void Dispatcher.trace(StaplerRequest req, StaplerResponse rsp, java.lang.String msg)
           
static void Dispatcher.trace(StaplerRequest req, StaplerResponse rsp, java.lang.String msg, java.lang.Object... args)
           
 void EvaluationTrace.trace(StaplerResponse rsp, java.lang.String msg)
           
static void Dispatcher.traceEval(StaplerRequest req, StaplerResponse rsp, java.lang.Object node)
           
static void Dispatcher.traceEval(StaplerRequest req, StaplerResponse rsp, java.lang.Object node, java.lang.String expression)
           
static void Dispatcher.traceEval(StaplerRequest req, StaplerResponse rsp, java.lang.Object node, java.lang.String prefix, java.lang.String suffix)
           
 

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.framework.io
 

Methods in org.kohsuke.stapler.framework.io with parameters of type StaplerResponse
 void LargeText.doProgressText(StaplerRequest req, StaplerResponse rsp)
          Implements the progressive text handling.
 



Copyright © 2009. All Rights Reserved.