|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
RequestImpl.getWebApp()
|
WebApp |
Stapler.getWebApp()
|
WebApp |
StaplerRequest.getWebApp()
Short for getStapler().getWebApp() |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |