Uses of Class
org.openqa.grid.web.servlet.handler.RequestType

Packages that use RequestType
org.openqa.grid.web.servlet.handler   
 

Uses of RequestType in org.openqa.grid.web.servlet.handler
 

Methods in org.openqa.grid.web.servlet.handler that return RequestType
abstract  RequestType RequestHandler.extractRequestType()
           
 RequestType WebDriverRequestHandler.extractRequestType()
           
 RequestType Selenium1RequestHandler.extractRequestType()
           
protected  RequestType RequestHandler.getRequestType()
           
static RequestType RequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RequestType[] RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openqa.grid.web.servlet.handler with parameters of type RequestType
protected  void RequestHandler.setRequestType(RequestType requestType)
           
 



Copyright © 2011. All Rights Reserved.