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 RequestLoggerSettingsApplication. getRequestLoggerSettings()Methods in org.apache.wicket with parameters of type RequestLoggerSettings Modifier and Type Method Description ApplicationApplication. 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 RequestLoggerSettingsRequestLoggerSettings. setRecordSessionSize(boolean record)Enable/Disable the recording of the session size for every request.RequestLoggerSettingsRequestLoggerSettings. setRequestLoggerEnabled(boolean enable)Enable/Disable the request logger.RequestLoggerSettingsRequestLoggerSettings. setRequestsWindowSize(int size)Set the window of all the requests that is kept in memory for viewing.
-