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

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

Uses of QueryServlet.Method in org.apache.pivot.web.server
 

Methods in org.apache.pivot.web.server that return QueryServlet.Method
 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.