org.kohsuke.stapler.bind
Class BoundObjectTable
java.lang.Object
org.kohsuke.stapler.bind.BoundObjectTable
public class BoundObjectTable
- extends Object
TODO: think about some kind of eviction strategy, beyond the session eviction.
Maybe it's not necessary, I don't know.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
BoundObjectTable
public BoundObjectTable()
getDynamic
public Object getDynamic(String id)
bind
public Bound bind(Object o)
- Binds an object temporarily and returns its URL.
bindWeak
public Bound bindWeak(Object o)
- Binds an object temporarily and returns its URL.
releaseMe
public void releaseMe()
- Called from within the request handling of a bound object, to release the object explicitly.
Copyright © 2010. All Rights Reserved.