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 TODO: think about some kind of eviction strategy, beyond the session eviction.
 

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.