| Class | Description |
|---|---|
| ApplicationSettings |
* Settings class for application settings.
|
| DebugSettings |
Settings class for various debug settings
|
| DefaultUnauthorizedResourceRequestListener |
An IUnauthorizedResourceRequestListener that schedules a response with status code 403 (Forbidden)
|
| ExceptionSettings |
Settings class for configuring exception handling related settings.
|
| ExceptionSettings.UnexpectedExceptionDisplay |
Enumerated type for different ways of displaying unexpected exceptions.
|
| FrameworkSettings |
Framework settings for retrieving and configuring framework settings.
|
| JavaScriptLibrarySettings |
Class for settings related to the JavaScript libraries that come with and are used by Wicket.
|
| MarkupSettings |
Class for markup related settings.
|
| PageSettings |
Class for page related settings.
|
| RequestCycleSettings |
Class for request related settings
|
| RequestLoggerSettings | |
| ResourceSettings |
Class for resource related settings
|
| SecuritySettings |
Class for security related settings
|
| StoreSettings |
A class for settings related to the the storages where page instances are persisted -
IPageStore,
IDataStore and IPageManager. |
| Enum | Description |
|---|---|
| ExceptionSettings.AjaxErrorStrategy |
How to handle errors while processing an Ajax request
|
| ExceptionSettings.NotRenderableErrorStrategy |
A strategy defining what to do when a component that will not render its
markup tag (because of
setRenderBodyOnly(true)
or used with <wicket:xyz>) is also asked to output a
markup id or
placeholder tag |
| ExceptionSettings.ThreadDumpStrategy |
Which threads' stacktrace to dump when a page lock timeout occurs
|
| RequestCycleSettings.RenderStrategy |
Enum type for different render strategies
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.