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 |
RequestImpl.getStapler() |
Stapler |
StaplerRequest.getStapler()
Gets the
Stapler instance that this belongs to. |
Constructor and Description |
---|
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 © 2013. All Rights Reserved.