com.diasparsoftware.javax.servlet.http
Class HttpUtil

java.lang.Object
  extended bycom.diasparsoftware.javax.servlet.http.HttpUtil

public class HttpUtil
extends java.lang.Object


Constructor Summary
HttpUtil()
           
 
Method Summary
static javax.servlet.http.HttpServletRequest makeRequestIgnoreSession(java.lang.String uri, java.util.Map parameters)
          Create an HttpServletRequest from the specified URI and request parameters.
static java.lang.String sessionToString(javax.servlet.http.HttpSession session)
          Provides a human-readable string representation of an HttpSession.
 
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

makeRequestIgnoreSession

public static javax.servlet.http.HttpServletRequest makeRequestIgnoreSession(java.lang.String uri,
                                                                             java.util.Map parameters)
Create an HttpServletRequest from the specified URI and request parameters.

Parameters:
uri -
parameters -
Returns:

sessionToString

public static java.lang.String sessionToString(javax.servlet.http.HttpSession session)
Provides a human-readable string representation of an HttpSession.

Parameters:
session -
Returns:
For now, just the session attributes.


Copyright © 2003-2004 Diaspar Software Services, Inc.. All Rights Reserved.