Uses of Class
org.kohsuke.stapler.WebApp

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

Uses of WebApp in org.kohsuke.stapler
 

Fields in org.kohsuke.stapler declared as WebApp
 WebApp MetaClass.webApp
          WebApp that owns this meta class.
 

Methods in org.kohsuke.stapler that return WebApp
static WebApp WebApp.get(javax.servlet.ServletContext context)
          Obtains the WebApp associated with the given ServletContext.
static WebApp WebApp.getCurrent()
          Gets the current WebApp that the calling thread is associated with.
 WebApp StaplerRequest.getWebApp()
          Short for getStapler().getWebApp()
 WebApp RequestImpl.getWebApp()
           
 WebApp Stapler.getWebApp()
           
 



Copyright © 2012. All Rights Reserved.