Uses of Class
org.apache.wicket.settings.RequestLoggerSettings
-
Packages that use RequestLoggerSettings Package Description org.apache.wicket The core Wicket package.org.apache.wicket.settings -
-
Uses of RequestLoggerSettings in org.apache.wicket
Methods in org.apache.wicket that return RequestLoggerSettings Modifier and Type Method Description RequestLoggerSettings
Application. getRequestLoggerSettings()
Methods in org.apache.wicket with parameters of type RequestLoggerSettings Modifier and Type Method Description Application
Application. setRequestLoggerSettings(RequestLoggerSettings requestLoggerSettings)
-
Uses of RequestLoggerSettings in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return RequestLoggerSettings Modifier and Type Method 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.
-