Panel and Heading | Description |
Request/Response | Information that is collected from the user's web request. |
Request Information | Typical cgi-bin parameters describing the requested path. |
Request Headers | Incoming HTTP headers. |
Request Parameters | Incoming HTTP parameters on the URL. |
Request Attributes | Attributes (objects) stored on the current request. |
Response Information | Miscellaneous information, such as encoding and locale, collected from the request. |
Session Misc | User session information. |
Session Attributes | Attributes (objects) stored on the user’s session. |
Locale Information | The current locale of the user. |
Presentation Data | Various information used to render requests for this user. |
Session Attributes | Portlet Controller Session objects associated with this user. |
Request Attributes | Portlet Controller Request objects associated with this user's request. |
Application Attributes | Information shared throughout the server (across all users). |
System Information | Environment variables, such as Classpath and path. |
Server Information | Information about the current front-end server. |
Context Information | Servlet object information. |