| Package | Description |
|---|---|
| org.kohsuke.stapler |
Stapler URL->Object mapping framework.
|
| Modifier and Type | Field and Description |
|---|---|
Stapler |
RequestImpl.stapler |
| Modifier and Type | Method and Description |
|---|---|
static Stapler |
Stapler.getCurrent()
Gets the current
Stapler that the calling thread is associated with. |
Stapler |
WebApp.getSomeStapler()
Gets a reference to some
Stapler servlet in this webapp. |
Stapler |
RequestImpl.getStapler() |
Stapler |
StaplerRequest.getStapler()
Gets the
Stapler instance that this belongs to. |
| Constructor and Description |
|---|
RequestImpl(Stapler stapler,
javax.servlet.http.HttpServletRequest request,
List<org.kohsuke.stapler.AncestorImpl> ancestors,
TokenList tokens) |
ResponseImpl(Stapler stapler,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2014. All rights reserved.