io.selendroid.server.inspector
Class SelendroidInspectorView

java.lang.Object
  extended by io.selendroid.server.inspector.SelendroidInspectorView
Direct Known Subclasses:
InspectorView, ResourceView, TreeView, WebViewContentView

public abstract class SelendroidInspectorView
extends Object


Field Summary
protected  SelendroidDriver driver
           
protected  ServerInstrumentation serverInstrumentation
           
 
Constructor Summary
SelendroidInspectorView(ServerInstrumentation serverInstrumentation, SelendroidDriver driver)
           
 
Method Summary
abstract  void render(org.webbitserver.HttpRequest request, org.webbitserver.HttpResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverInstrumentation

protected ServerInstrumentation serverInstrumentation

driver

protected SelendroidDriver driver
Constructor Detail

SelendroidInspectorView

public SelendroidInspectorView(ServerInstrumentation serverInstrumentation,
                               SelendroidDriver driver)
Method Detail

render

public abstract void render(org.webbitserver.HttpRequest request,
                            org.webbitserver.HttpResponse response)
                     throws org.json.JSONException
Throws:
org.json.JSONException


Copyright © 2014. All rights reserved.