Uses of Class
org.kohsuke.stapler.bind.Bound

Packages that use Bound
org.kohsuke.stapler.bind Subsystem for exposing arbitrary objects on per-session basis to the URL space. 
 

Uses of Bound in org.kohsuke.stapler.bind
 

Methods in org.kohsuke.stapler.bind that return Bound
 Bound BoundObjectTable.bind(java.lang.Object o)
          Binds an object temporarily and returns its URL.
 Bound BoundObjectTable.bindWeak(java.lang.Object o)
          Binds an object temporarily and returns its URL.
 



Copyright © 2011. All Rights Reserved.