
Public Member Functions | |
| void | appendToResponse (WOResponse response, WOContext context) |
| String | descriptionForResponse (WOResponse aResponse, WOContext aContext) |
| String | descriptionForResponse () |
| PMPage (WOContext context) | |
Protected Member Functions | |
| String | defaultDescriptionForResponse () |
| String | sessionIDSubstring () |
Protected Attributes | |
| final String | WO_LOGGING_CUSTOM_ENV_NAME = "x-webobjects-customenv" |
| final String | WO_LOGGING_SEPARATOR = ";" |
| PMPage | ( | WOContext | context | ) |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
| String defaultDescriptionForResponse | ( | ) | [protected] |
default page information: app name, sessionID MD5 and page name.
| String descriptionForResponse | ( | WOResponse | aResponse, | |
| WOContext | aContext | |||
| ) |
overridden implementation of descriptionForResponse(WOResponse,WOContext) so that it returns descriptionForResponse() with no params.
| String descriptionForResponse | ( | ) |
override this method to log more information. This is invoked in appendToResponse.
| String sessionIDSubstring | ( | ) | [protected] |
final String WO_LOGGING_CUSTOM_ENV_NAME = "x-webobjects-customenv" [protected] |
final String WO_LOGGING_SEPARATOR = ";" [protected] |
1.5.8