|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.util.HttpRequestUtil
public class HttpRequestUtil
HTTP request utility class.
| Constructor Summary | |
|---|---|
HttpRequestUtil()
|
|
| Method Summary | |
|---|---|
static StringAttributeMap |
collectHeader(HttpServletRequest request)
Responsible for collecting all http headers and transform it to a string array (odd==keys, even=values). |
static StringAttributeMap |
collectQuery(HttpServletRequest request)
Responsible for collecting all http query parameter and transform it to a string attibute map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpRequestUtil()
| Method Detail |
|---|
public static StringAttributeMap collectQuery(HttpServletRequest request)
request -
public static StringAttributeMap collectHeader(HttpServletRequest request)
request -
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||