Package org.kohsuke.stapler.bind
Class BoundObjectTable.Table
java.lang.Object
org.kohsuke.stapler.bind.BoundObjectTable.Table
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BoundObjectTable
Per-session table that remembers all the bound instances.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDynamic(String id) voidReleases a particular id from the table.
-
Constructor Details
-
Table
public Table()
-
-
Method Details
-
getDynamic
-
release
Releases a particular id from the table. Normally would be called viaBoundObjectTable.releaseMe()which infers the id from the current request.
-