public abstract class Bound extends Object implements HttpResponse
BoundObjectTable
.
As HttpResponse
, this object generates a redirect to the URL that it points to.MetaClass.buildDispatchers()
Constructor and Description |
---|
Bound() |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateResponse
public abstract void release()
public abstract String getURL()
public abstract Object getTarget()
public final String getProxyScript()
Copyright © 2015. All rights reserved.