Package | Description |
---|---|
org.kohsuke.stapler |
Stapler
URL → Object mapping framework. |
org.kohsuke.stapler.framework.adjunct |
JavaScript/CSS packaging mechanism.
|
Modifier and Type | Field and Description |
---|---|
WebApp |
MetaClass.webApp
WebApp that owns this meta class. |
Modifier and Type | Method and Description |
---|---|
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 |
Stapler.getWebApp() |
WebApp |
RequestImpl.getWebApp() |
protected WebApp |
AbstractTearOff.getWebApp() |
WebApp |
StaplerRequest.getWebApp()
Short for
getStapler().getWebApp() |
Modifier and Type | Field and Description |
---|---|
WebApp |
AdjunctManager.webApp |
Copyright © 2015. All rights reserved.