|
Interface Summary |
| 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. |