io.selendroid.server.handler.alert
Class AlertDismiss

java.lang.Object
  extended by io.selendroid.server.BaseRequestHandler
      extended by io.selendroid.server.RequestHandler
          extended by io.selendroid.server.handler.alert.AlertDismiss

public class AlertDismiss
extends RequestHandler


Field Summary
 
Fields inherited from class io.selendroid.server.BaseRequestHandler
mappedUri
 
Constructor Summary
AlertDismiss(String mappedUri)
           
 
Method Summary
 boolean commandAllowedWithAlertPresentInWebViewMode()
           
 Response handle(org.webbitserver.HttpRequest request)
           
 
Methods inherited from class io.selendroid.server.RequestHandler
extractKeysToSendFromPayload, getElementFromCache, getIdOfKnownElement, getKnownElements, getSelendroidDriver
 
Methods inherited from class io.selendroid.server.BaseRequestHandler
getCommandName, getElementId, getMappedUri, getNameAttribute, getPayload, getSessionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertDismiss

public AlertDismiss(String mappedUri)
Method Detail

handle

public Response handle(org.webbitserver.HttpRequest request)
                throws org.json.JSONException
Specified by:
handle in class BaseRequestHandler
Throws:
org.json.JSONException

commandAllowedWithAlertPresentInWebViewMode

public boolean commandAllowedWithAlertPresentInWebViewMode()
Overrides:
commandAllowedWithAlertPresentInWebViewMode in class BaseRequestHandler


Copyright © 2014. All rights reserved.