Package org.kohsuke.stapler.bind

Subsystem for exposing arbitrary objects on per-session basis to the URL space.

See:
          Description

Interface Summary
WithWellKnownURL Marker interface for objects that have known URLs.
 

Class Summary
Bound Handles to the object bound via BoundObjectTable.
BoundObjectTable Objects exported and bound by JavaScript proxies.
BoundObjectTable.Table Per-session table that remembers all the bound instances.
 

Annotation Types Summary
JavaScriptMethod Indicates that the method is exposed to client-side JavaScript proxies and is callable as a method from them.
 

Package org.kohsuke.stapler.bind Description

Subsystem for exposing arbitrary objects on per-session basis to the URL space.



Copyright © 2012. All Rights Reserved.