Esri Geoportal Server
1.2.9

com.esri.gpt.framework.util
Class HttpRequestUtil

java.lang.Object
  extended by com.esri.gpt.framework.util.HttpRequestUtil

public class HttpRequestUtil
extends Object

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

HttpRequestUtil

public HttpRequestUtil()
Method Detail

collectQuery

public static StringAttributeMap collectQuery(HttpServletRequest request)
Responsible for collecting all http query parameter and transform it to a string attibute map.

Parameters:
request -
Returns:
StringAttributeMap

collectHeader

public static StringAttributeMap collectHeader(HttpServletRequest request)
Responsible for collecting all http headers and transform it to a string array (odd==keys, even=values).

Parameters:
request -
Returns:
StringAttributeMap

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.