|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryDictionary | |
|---|---|
| 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 | |
|---|---|
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 org.apache.pivot.web.server |
|---|
| Methods in org.apache.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||