|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RestishHandler in org.openqa.selenium.remote.server |
---|
Method parameters in org.openqa.selenium.remote.server with type arguments of type RestishHandler | |
---|---|
ResultConfig |
JsonHttpRemoteConfig.addNewDeleteMapping(java.lang.String path,
java.lang.Class<? extends RestishHandler> implementationClass)
|
protected ResultConfig |
DriverServlet.addNewDeleteMapping(java.lang.String path,
java.lang.Class<? extends RestishHandler> implementationClass)
Deprecated. Use JsonHttpRemoteConfig instead. |
ResultConfig |
JsonHttpRemoteConfig.addNewGetMapping(java.lang.String path,
java.lang.Class<? extends RestishHandler> implementationClass)
|
protected ResultConfig |
DriverServlet.addNewGetMapping(java.lang.String path,
java.lang.Class<? extends RestishHandler> implementationClass)
Deprecated. Use JsonHttpRemoteConfig instead. |
ResultConfig |
JsonHttpRemoteConfig.addNewPostMapping(java.lang.String path,
java.lang.Class<? extends RestishHandler> implementationClass)
|
protected ResultConfig |
DriverServlet.addNewPostMapping(java.lang.String path,
java.lang.Class<? extends RestishHandler> implementationClass)
Deprecated. Use JsonHttpRemoteConfig instead. |
Uses of RestishHandler in org.openqa.selenium.remote.server.handler |
---|
Uses of RestishHandler in org.openqa.selenium.remote.server.handler.html5 |
---|
Classes in org.openqa.selenium.remote.server.handler.html5 that implement RestishHandler | |
---|---|
class |
ClearLocalStorage
|
class |
ClearSessionStorage
|
class |
ExecuteSQL
|
class |
GetAppCacheStatus
|
class |
GetLocalStorageItem
|
class |
GetLocalStorageKeys
|
class |
GetLocalStorageSize
|
class |
GetLocationContext
|
class |
GetSessionStorageItem
|
class |
GetSessionStorageKeys
|
class |
GetSessionStorageSize
|
class |
IsBrowserOnline
|
class |
RemoveLocalStorageItem
|
class |
RemoveSessionStorageItem
|
class |
SetBrowserConnection
|
class |
SetLocalStorageItem
|
class |
SetLocationContext
|
class |
SetSessionStorageItem
|
Uses of RestishHandler in org.openqa.selenium.remote.server.handler.interactions |
---|
Classes in org.openqa.selenium.remote.server.handler.interactions that implement RestishHandler | |
---|---|
class |
ClickInSession
|
class |
DoubleClickInSession
|
class |
MouseDown
|
class |
MouseMoveToLocation
|
class |
MouseUp
|
class |
SendKeyToActiveElement
|
Uses of RestishHandler in org.openqa.selenium.remote.server.handler.interactions.touch |
---|
Classes in org.openqa.selenium.remote.server.handler.interactions.touch that implement RestishHandler | |
---|---|
class |
DoubleTapOnElement
|
class |
Down
|
class |
Flick
|
class |
LongPressOnElement
|
class |
Move
|
class |
Scroll
|
class |
SingleTapOnElement
|
class |
Up
|
Uses of RestishHandler in org.openqa.selenium.remote.server.renderer |
---|
Methods in org.openqa.selenium.remote.server.renderer with parameters of type RestishHandler | |
---|---|
void |
RedirectResult.render(HttpRequest request,
HttpResponse response,
RestishHandler handler)
|
void |
JsonResult.render(HttpRequest request,
HttpResponse response,
RestishHandler handler)
|
void |
JsonErrorExceptionResult.render(HttpRequest request,
HttpResponse response,
RestishHandler handler)
|
void |
EmptyResult.render(HttpRequest request,
HttpResponse response,
RestishHandler handler)
|
void |
ForwardResult.render(HttpRequest request,
HttpResponse response,
RestishHandler handler)
|
void |
ResourceCopyResult.render(HttpRequest request,
HttpResponse response,
RestishHandler handler)
|
void |
ErrorJsonResult.render(HttpRequest request,
HttpResponse response,
RestishHandler handler)
|
Uses of RestishHandler in org.openqa.selenium.remote.server.resource |
---|
Classes in org.openqa.selenium.remote.server.resource that implement RestishHandler | |
---|---|
class |
StaticResource
|
Uses of RestishHandler in org.openqa.selenium.remote.server.rest |
---|
Methods in org.openqa.selenium.remote.server.rest that return RestishHandler | |
---|---|
RestishHandler |
ResultConfig.getHandler(java.lang.String url,
SessionId sessionId)
|
protected RestishHandler |
ResultConfig.populate(RestishHandler handler,
java.lang.String pathString)
|
Methods in org.openqa.selenium.remote.server.rest with parameters of type RestishHandler | |
---|---|
protected void |
ResultConfig.addHandlerAttributesToRequest(HttpRequest request,
RestishHandler handler)
|
protected RestishHandler |
ResultConfig.populate(RestishHandler handler,
java.lang.String pathString)
|
void |
Renderer.render(HttpRequest request,
HttpResponse response,
RestishHandler handler)
|
Method parameters in org.openqa.selenium.remote.server.rest with type arguments of type RestishHandler | |
---|---|
ResultConfig |
UrlMapper.bind(java.lang.String url,
java.lang.Class<? extends RestishHandler> handlerClazz)
|
Constructor parameters in org.openqa.selenium.remote.server.rest with type arguments of type RestishHandler | |
---|---|
ResultConfig(java.lang.String url,
java.lang.Class<? extends RestishHandler> handlerClazz,
DriverSessions sessions,
java.util.logging.Logger log)
|
Uses of RestishHandler in org.openqa.selenium.remote.server.xdrpc |
---|
Methods in org.openqa.selenium.remote.server.xdrpc with parameters of type RestishHandler | |
---|---|
void |
CrossDomainRpcRenderer.render(HttpRequest request,
HttpResponse response,
RestishHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |