Package | Description |
---|---|
org.apache.wicket |
The core Wicket package.
|
org.apache.wicket.settings |
Modifier and Type | Method and Description |
---|---|
RequestCycleSettings |
Application.getRequestCycleSettings() |
Modifier and Type | Method and Description |
---|---|
Application |
Application.setRequestCycleSettings(RequestCycleSettings requestCycleSettings) |
Modifier and Type | Method and Description |
---|---|
RequestCycleSettings |
RequestCycleSettings.addResponseFilter(IResponseFilter responseFilter)
Adds a response filter to the list.
|
RequestCycleSettings |
RequestCycleSettings.setBufferResponse(boolean bufferResponse)
Sets a flag whether the application should buffer the response's headers until the end
of the request processing.
|
RequestCycleSettings |
RequestCycleSettings.setExceptionRetryCount(int retries)
Sets how many attempts Wicket will make to render the exception request handler before
giving up.
|
RequestCycleSettings |
RequestCycleSettings.setGatherExtendedBrowserInfo(boolean gatherExtendedBrowserInfo)
Sets whether Wicket should try to get extensive client info by redirecting to
a page that polls for client capabilities . |
RequestCycleSettings |
RequestCycleSettings.setRenderStrategy(RequestCycleSettings.RenderStrategy renderStrategy)
Sets in what way the render part of a request is handled.
|
RequestCycleSettings |
RequestCycleSettings.setResponseRequestEncoding(String encoding)
In order to do proper form parameter decoding it is important that the response and the
following request have the same encoding.
|
RequestCycleSettings |
RequestCycleSettings.setTimeout(Duration timeout)
Sets the time that a request will by default be waiting for the previous request to be
handled before giving up.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.