|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kohsuke.stapler.bind.Bound
public abstract class Bound
Handles to the object bound via BoundObjectTable.
As HttpResponse, this object generates a redirect to the URL that it points to.
MetaClass.buildDispatchers(ClassDescriptor)| Constructor Summary | |
|---|---|
Bound()
|
|
| Method Summary | |
|---|---|
String |
getProxyScript()
Returns a JavaScript expression which evaluates to a JavaScript proxy that talks back to the bound object that this handle represents. |
abstract Object |
getTarget()
Gets the bound object. |
abstract String |
getURL()
The URL where the object is bound to. |
abstract void |
release()
Explicitly unbind this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.kohsuke.stapler.HttpResponse |
|---|
generateResponse |
| Constructor Detail |
|---|
public Bound()
| Method Detail |
|---|
public abstract void release()
public abstract String getURL()
public abstract Object getTarget()
public final String getProxyScript()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||