Uses of Class
pivot.web.QueryDictionary

Packages that use QueryDictionary
pivot.web Provides classes for communicating with HTTP-based web services. 
pivot.web.server Contains classes to facilitate access to and development of web query services. 
 

Uses of QueryDictionary in pivot.web
 

Methods in pivot.web that return QueryDictionary
 QueryDictionary Query.getParameters()
          Returns the web query's parameter dictionary.
 QueryDictionary Query.getRequestHeaders()
          Returns the web query's request header dictionary.
 QueryDictionary Query.getResponseHeaders()
          Returns the web query's response header dictionary.
 

Uses of QueryDictionary in pivot.web.server
 

Methods in pivot.web.server that return QueryDictionary
 QueryDictionary QueryServlet.getParameters()
          Returns the servlet's parameter dictionary, which holds the values passed in the HTTP request query string.
 QueryDictionary QueryServlet.getRequestHeaders()
          Returns the servlet's request header dictionary, which holds the HTTP request headers.
 QueryDictionary QueryServlet.getResponseHeaders()
          Returns the servlet's response header dictionary, which holds the HTTP response headers that will be sent back to the client.