Uses of Class
org.apache.pivot.web.Query.Method

Packages that use Query.Method
org.apache.pivot.web Provides classes for communicating with HTTP-based web services. 
 

Uses of Query.Method in org.apache.pivot.web
 

Fields in org.apache.pivot.web declared as Query.Method
static Query.Method PutQuery.METHOD
           
static Query.Method DeleteQuery.METHOD
           
static Query.Method GetQuery.METHOD
           
static Query.Method PostQuery.METHOD
           
 

Methods in org.apache.pivot.web that return Query.Method
abstract  Query.Method Query.getMethod()
           
 Query.Method PutQuery.getMethod()
           
 Query.Method DeleteQuery.getMethod()
           
 Query.Method GetQuery.getMethod()
           
 Query.Method PostQuery.getMethod()
           
static Query.Method Query.Method.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Query.Method[] Query.Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.pivot.web with parameters of type Query.Method
protected  Object Query.execute(Query.Method method, Object value)