Uses of Class
org.apache.pivot.web.QueryDictionary
-
Packages that use QueryDictionary 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 QueryDictionary in org.apache.pivot.web
Methods in org.apache.pivot.web that return QueryDictionary Modifier and Type Method Description QueryDictionaryQuery. getParameters()Returns the web query's parameter dictionary.QueryDictionaryQuery. getRequestHeaders()Returns the web query's request header dictionary.QueryDictionaryQuery. getResponseHeaders()Returns the web query's response header dictionary. -
Uses of QueryDictionary in org.apache.pivot.web.server
Methods in org.apache.pivot.web.server that return QueryDictionary Modifier and Type Method Description QueryDictionaryQueryServlet. getParameters()Returns the servlet's parameter dictionary, which holds the values passed in the HTTP request query string.QueryDictionaryQueryServlet. getRequestHeaders()Returns the servlet's request header dictionary, which holds the HTTP request headers.QueryDictionaryQueryServlet. getResponseHeaders()Returns the servlet's response header dictionary, which holds the HTTP response headers that will be sent back to the client.
-