io.selendroid.server.model.internal
Class WebViewHandleMapper

java.lang.Object
  extended by io.selendroid.server.model.internal.WebViewHandleMapper

public class WebViewHandleMapper
extends Object


Field Summary
static String HANDLE_SEPARATOR
           
 
Constructor Summary
WebViewHandleMapper()
           
 
Method Summary
static android.webkit.WebView getWebViewByHandle(String handle)
           
static String normalizeHandle(String unnormalizedHandle)
           
static Set<String> webViewHandles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HANDLE_SEPARATOR

public static final String HANDLE_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

WebViewHandleMapper

public WebViewHandleMapper()
Method Detail

webViewHandles

public static Set<String> webViewHandles()

getWebViewByHandle

public static android.webkit.WebView getWebViewByHandle(String handle)

normalizeHandle

public static String normalizeHandle(String unnormalizedHandle)


Copyright © 2014. All rights reserved.