wicket.settings |
|
Java Source File Name | Type | Comment |
IAjaxSettings.java | Interface | |
IApplicationSettings.java | Interface | Settings interface for application settings. |
IDebugSettings.java | Interface | Settings interface for various debug settings
componentUseCheck (defaults to true) - Causes the framework to do a
check after rendering each page to ensure that each component was used in
rendering the markup. |
IExceptionSettings.java | Interface | Settings interface for configuring exception handling related settings.
unexpectedExceptionDisplay (defaults to SHOW_EXCEPTION_PAGE) -
Determines how exceptions are displayed to the developer or user
throwExceptionOnMissingResource (defaults to true) - Set to true to
throw a runtime exception if a required string resource is not found. |
IFrameworkSettings.java | Interface | Framework settings for retrieving and configuring framework settings. |
IMarkupSettings.java | Interface | Interface for markup related settings.
compressWhitespace (defaults to false) - Causes pages to render with
redundant whitespace removed. |
IPageSettings.java | Interface | Interface for page related settings. |
IRequestCycleSettings.java | Interface | Inteface for request related settings
bufferResponse (defaults to true) - True if the application should
buffer responses. |
IResourceSettings.java | Interface | Interface for resource related settings
resourcePollFrequency (defaults to no polling frequency) - Frequency
at which resources should be polled for changes.
resourceFinder (classpath) - Set this to alter the search path for
resources.
useDefaultOnMissingResource (defaults to true) - Set to true to
return a default value if available when a required string resource is not
found. |
ISecuritySettings.java | Interface | |
ISessionSettings.java | Interface | Interface for session related settings
pageFactory - The factory class that is used for constructing page
instances. |
Settings.java | Class | Contains settings exposed via IXXXSettings interfaces. |