public class BoundObjectTable extends Object implements StaplerFallback
Modifier and Type | Class and Description |
---|---|
static class |
BoundObjectTable.Table
Per-session table that remembers all the bound instances.
|
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG_LOGGING
True to activate debug logging of session fragments.
|
static String |
PREFIX |
Constructor and Description |
---|
BoundObjectTable() |
Modifier and Type | Method and Description |
---|---|
Bound |
bind(Object o)
Binds an object temporarily and returns its URL.
|
Bound |
bindWeak(Object o)
Binds an object temporarily and returns its URL.
|
BoundObjectTable.Table |
getStaplerFallback()
Returns the object that is further searched for processing web requests.
|
BoundObjectTable.Table |
getTable()
Explicit call to create the table if one doesn't exist yet.
|
void |
releaseMe()
Called from within the request handling of a bound object, to release the object explicitly.
|
public static final String PREFIX
public static boolean DEBUG_LOGGING
public BoundObjectTable.Table getStaplerFallback()
StaplerFallback
getStaplerFallback
in interface StaplerFallback
this
is returned, stapler behaves as if the object
didn't implement this interface (which means the request processing
failes with 404.)public void releaseMe()
public BoundObjectTable.Table getTable()
Copyright © 2016. All rights reserved.