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

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

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

Methods in org.apache.pivot.web.server with parameters of type QueryServlet.Path
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  void QueryServlet.doDelete(QueryServlet.Path path)
          Handles an HTTP GET request.
protected  Object QueryServlet.doGet(QueryServlet.Path path)
          Handles an HTTP GET request.
protected  URL QueryServlet.doPost(QueryServlet.Path path, Object value)
          Handles an HTTP POST request.
protected  boolean QueryServlet.doPut(QueryServlet.Path path, Object value)
          Handles an HTTP GET request.
protected  void QueryServlet.validate(Query.Method method, QueryServlet.Path path)
          Validates a servlet for request execution.