public class HttpSessionInfo
extends java.lang.Object
| Constructor and Description |
|---|
HttpSessionInfo()
Creates a new instance of HttpSessionInfo
Requires lib servlet-3.3.jar
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
getRequestHeaders(javax.servlet.http.HttpServletRequest request) |
static java.lang.String |
sysInfo(javax.servlet.http.HttpServletRequest request)
This will return a string containing all the http servlet request
parameters and all http session attributes if a session already
exists in the http servlet request.
|
public HttpSessionInfo()
public static java.lang.String sysInfo(javax.servlet.http.HttpServletRequest request)
request - is the HttpServletRequest from the servletpublic static java.util.Map<java.lang.String,java.lang.Object> getRequestHeaders(javax.servlet.http.HttpServletRequest request)