| Package | Description |
|---|---|
| org.kohsuke.stapler |
Stapler URL->Object mapping framework.
|
| Modifier and Type | Field and Description |
|---|---|
static BindInterceptor |
BindInterceptor.NOOP
Default
BindInterceptor that does nothing. |
| Modifier and Type | Field and Description |
|---|---|
List<BindInterceptor> |
WebApp.bindInterceptors
Global
BindInterceptors. |
| Modifier and Type | Method and Description |
|---|---|
BindInterceptor |
RequestImpl.getBindInterceptor() |
BindInterceptor |
StaplerRequest.getBindInterceptor()
Gets the
BindInterceptor set for this request. |
BindInterceptor |
RequestImpl.setBindInterceptpr(BindInterceptor bindListener) |
BindInterceptor |
StaplerRequest.setBindInterceptpr(BindInterceptor bindListener) |
BindInterceptor |
RequestImpl.setBindListener(BindInterceptor bindListener) |
BindInterceptor |
StaplerRequest.setBindListener(BindInterceptor bindListener)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BindInterceptor |
RequestImpl.setBindInterceptpr(BindInterceptor bindListener) |
BindInterceptor |
StaplerRequest.setBindInterceptpr(BindInterceptor bindListener) |
BindInterceptor |
RequestImpl.setBindListener(BindInterceptor bindListener) |
BindInterceptor |
StaplerRequest.setBindListener(BindInterceptor bindListener)
Deprecated.
|
Copyright © 2014. All rights reserved.