Uses of Package
org.apache.wicket.settings

Packages that use org.apache.wicket.settings
org.apache.wicket The core Wicket package. 
org.apache.wicket.settings   
org.apache.wicket.settings.def   
 

Classes in org.apache.wicket.settings used by org.apache.wicket
IApplicationSettings
          Settings interface for application settings.
IDebugSettings
          Settings interface for various debug settings componentUseCheck (defaults to true in development mode) - causes the framework to do a check after rendering each page to ensure that each component was used in rendering the markup.
IExceptionSettings
          Settings interface for configuring exception handling related settings.
IFrameworkSettings
          Framework settings for retrieving and configuring framework settings.
IMarkupSettings
          Interface for markup related settings.
IPageSettings
          Interface for page related settings.
IRequestCycleSettings
          Interface for request related settings bufferResponse (defaults to true) - True if the application should buffer responses.
IRequestLoggerSettings
           
IResourceSettings
          Interface for resource related settings resourcePollFrequency (defaults to no polling frequency) - Frequency at which resources should be polled for changes.
ISecuritySettings
          Interface for security related settings
ISessionSettings
          Interface for session related settings pageFactory - The factory class that is used for constructing page instances.
IStoreSettings
          An interface for settings related to the the storages where page instances are persisted - IPageStore, IDataStore and IPageManager.
 

Classes in org.apache.wicket.settings used by org.apache.wicket.settings
IExceptionSettings.AjaxErrorStrategy
          How to handle errors while processing an Ajax request
IExceptionSettings.ThreadDumpStrategy
          Which threads' stacktrace to dump when a page lock timeout occurs
IExceptionSettings.UnexpectedExceptionDisplay
          Enumerated type for different ways of displaying unexpected exceptions.
IRequestCycleSettings.RenderStrategy
          Enum type for different render strategies
 

Classes in org.apache.wicket.settings used by org.apache.wicket.settings.def
IApplicationSettings
          Settings interface for application settings.
IDebugSettings
          Settings interface for various debug settings componentUseCheck (defaults to true in development mode) - causes the framework to do a check after rendering each page to ensure that each component was used in rendering the markup.
IExceptionSettings
          Settings interface for configuring exception handling related settings.
IExceptionSettings.AjaxErrorStrategy
          How to handle errors while processing an Ajax request
IExceptionSettings.ThreadDumpStrategy
          Which threads' stacktrace to dump when a page lock timeout occurs
IExceptionSettings.UnexpectedExceptionDisplay
          Enumerated type for different ways of displaying unexpected exceptions.
IFrameworkSettings
          Framework settings for retrieving and configuring framework settings.
IMarkupSettings
          Interface for markup related settings.
IPageSettings
          Interface for page related settings.
IRequestCycleSettings
          Interface for request related settings bufferResponse (defaults to true) - True if the application should buffer responses.
IRequestCycleSettings.RenderStrategy
          Enum type for different render strategies
IRequestLoggerSettings
           
IResourceSettings
          Interface for resource related settings resourcePollFrequency (defaults to no polling frequency) - Frequency at which resources should be polled for changes.
ISecuritySettings
          Interface for security related settings
ISessionSettings
          Interface for session related settings pageFactory - The factory class that is used for constructing page instances.
IStoreSettings
          An interface for settings related to the the storages where page instances are persisted - IPageStore, IDataStore and IPageManager.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.