| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.settings |
| Class and Description |
|---|
| ApplicationSettings
* Settings class for application settings.
|
| DebugSettings
Settings class for various debug settings
|
| ExceptionSettings
Settings class for configuring exception handling related settings.
|
| 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. |
| Class and Description |
|---|
| ApplicationSettings
* Settings class for application settings.
|
| DebugSettings
Settings class for various debug settings
|
| ExceptionSettings
Settings class for configuring exception handling related settings.
|
| 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
|
| 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
|
| RequestCycleSettings.RenderStrategy
Enum type for different render strategies
|
| 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. |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.