More information


de.spieleck.pcs.http
Class HttpUtil

java.lang.Object
  |
  +--de.spieleck.pcs.http.HttpUtil
All Implemented Interfaces:
Constants

public class HttpUtil
extends java.lang.Object
implements Constants

Utility class for programming servlets


Fields inherited from interface de.spieleck.pcs.Constants
ACTION_RESULT_XSL_FILE, CONTEXT_REAL_PATH, CONTOLLER_XML_CONFIG_PARAM, CONTROLLER_SESSION_EXCEPTION_PARAM_NAME, EXCEPTION_SERVICE_NAME, REQUEST_PATH_PARAM, REQUEST_SERVICE_NAME_PARAM, SESSION_AS_PARAMETER_NAME
 
Constructor Summary
HttpUtil()
           
 
Method Summary
static java.util.Hashtable getParameters(javax.servlet.http.HttpServletRequest request)
          extracts the parameters of the given request and returns them in a Hashtable param request the HttpServletRequest to extract parameters from
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpUtil

public HttpUtil()
Method Detail

getParameters

public static java.util.Hashtable getParameters(javax.servlet.http.HttpServletRequest request)
extracts the parameters of the given request and returns them in a Hashtable param request the HttpServletRequest to extract parameters from
Returns:
a Hashtable containig the parameters of the request or

More information