|
||||||||||
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 | |
---|---|
java.lang.String |
getProxyScript()
Returns a JavaScript expression which evaluates to a JavaScript proxy that talks back to the bound object that this handle represents. |
abstract java.lang.Object |
getTarget()
Gets the bound object. |
abstract java.lang.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 java.lang.String getURL()
public abstract java.lang.Object getTarget()
public final java.lang.String getProxyScript()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |