Package | Description |
---|---|
org.apache.wicket |
The core Wicket package.
|
org.apache.wicket.settings |
Modifier and Type | Method and Description |
---|---|
RequestLoggerSettings |
Application.getRequestLoggerSettings() |
Modifier and Type | Method and Description |
---|---|
Application |
Application.setRequestLoggerSettings(RequestLoggerSettings requestLoggerSettings) |
Modifier and Type | Method and Description |
---|---|
RequestLoggerSettings |
RequestLoggerSettings.setRecordSessionSize(boolean record)
Enable/Disable the recording of the session size for every request.
|
RequestLoggerSettings |
RequestLoggerSettings.setRequestLoggerEnabled(boolean enable)
Enable/Disable the request logger.
|
RequestLoggerSettings |
RequestLoggerSettings.setRequestsWindowSize(int size)
Set the window of all the requests that is kept in memory for viewing.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.