Uses of Class
org.apache.pivot.web.Query.Method
-
Packages that use Query.Method Package Description org.apache.pivot.web Provides classes for communicating with HTTP-based web services.org.apache.pivot.web.server Contains classes to facilitate access to and development of web query services. -
-
Uses of Query.Method in org.apache.pivot.web
Fields in org.apache.pivot.web declared as Query.Method Modifier and Type Field Description static Query.MethodDeleteQuery. METHODstatic Query.MethodGetQuery. METHODstatic Query.MethodPostQuery. METHODstatic Query.MethodPutQuery. METHODMethods in org.apache.pivot.web that return Query.Method Modifier and Type Method Description Query.MethodDeleteQuery. getMethod()Query.MethodGetQuery. getMethod()Query.MethodPostQuery. getMethod()Query.MethodPutQuery. getMethod()abstract Query.MethodQuery. getMethod()static Query.MethodQuery.Method. valueOf(java.lang.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 Modifier and Type Method Description protected java.lang.ObjectQuery. execute(Query.Method method, java.lang.Object value) -
Uses of Query.Method in org.apache.pivot.web.server
Methods in org.apache.pivot.web.server with parameters of type Query.Method Modifier and Type Method Description protected abstract Serializer<?>QueryServlet. createSerializer(Query.Method method, QueryServlet.Path path)Creates a serializer that will be used to serialize the current request data.protected voidQueryServlet. validate(Query.Method method, QueryServlet.Path path)Validates a servlet for request execution.
-