| Package | Description |
|---|---|
| org.kohsuke.stapler.bind |
Subsystem for exposing arbitrary objects on per-session basis to the URL space.
|
| Modifier and Type | Method and Description |
|---|---|
Bound |
BoundObjectTable.bind(Object o)
Binds an object temporarily and returns its URL.
|
Bound |
BoundObjectTable.bindWeak(Object o)
Binds an object temporarily and returns its URL.
|
Copyright © 2014. All rights reserved.