Introduce StorageSettings for the settings related to default inmemory and disk 
storages
----------------------------------------------------------------------------------------

                 Key: WICKET-3723
                 URL: https://issues.apache.org/jira/browse/WICKET-3723
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-core
    Affects Versions: 1.5-RC4
            Reporter: Martin Grigorov
            Priority: Minor


Currently we have hooks to override the default IPageManager, IPageStore and 
IDataStore but there are not so many users going to provide their own disk 
store implementation for example. Most of the cases they need to tweak some 
setting - e.g. the size of the inmemory page store, or the location of the disk 
store folder, etc.

We can introduce IStorageSettings which can manipulate the settings for the 
default implementations of these stores.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to