Uses of Class
pivot.web.server.QueryServlet.Method

Packages that use QueryServlet.Method
pivot.web.server Contains classes to facilitate access to and development of web query services. 
 

Uses of QueryServlet.Method in pivot.web.server
 

Methods in pivot.web.server that return QueryServlet.Method
static QueryServlet.Method QueryServlet.Method.decode(String value)
           
 QueryServlet.Method QueryServlet.getMethod()
          Gets the HTTP method with which the current request was made.
static QueryServlet.Method QueryServlet.Method.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryServlet.Method[] QueryServlet.Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.