Uses of Class
org.kohsuke.stapler.Stapler

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

Uses of Stapler in org.kohsuke.stapler
 

Fields in org.kohsuke.stapler declared as Stapler
 Stapler RequestImpl.stapler
           
 

Methods in org.kohsuke.stapler that return Stapler
static Stapler Stapler.getCurrent()
          Gets the current Stapler that the calling thread is associated with.
 Stapler RequestImpl.getStapler()
           
 Stapler StaplerRequest.getStapler()
          Gets the Stapler instance that this belongs to.
 

Constructors in org.kohsuke.stapler with parameters of type Stapler
RequestImpl(Stapler stapler, javax.servlet.http.HttpServletRequest request, java.util.List<org.kohsuke.stapler.AncestorImpl> ancestors, TokenList tokens)
           
ResponseImpl(Stapler stapler, javax.servlet.http.HttpServletResponse response)
           
 



Copyright © 2012. All Rights Reserved.