|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.remote.server.xdrpc.CrossDomainRpcRenderer
public class CrossDomainRpcRenderer
Renders a HTTP response for a CrossDomainRpc
.
Constructor Summary | |
---|---|
CrossDomainRpcRenderer(java.lang.String responsePropertyName,
java.lang.String errorPropertyName)
Creates a new renderer. |
Method Summary | |
---|---|
void |
render(HttpRequest request,
HttpResponse response,
RestishHandler handler)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CrossDomainRpcRenderer(java.lang.String responsePropertyName, java.lang.String errorPropertyName)
responsePropertyName
- The name of the property on a request object
that contains the response to send to the client.errorPropertyName
- The name of the property on a request object
that contains the error from a failed command.Method Detail |
---|
public void render(HttpRequest request, HttpResponse response, RestishHandler handler) throws java.lang.Exception
render
in interface Renderer
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |