You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/06/28 12:05:20 UTC

[jira] [Resolved] (WICKET-2380) Simplify settings API

     [ https://issues.apache.org/jira/browse/WICKET-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-2380.
-------------------------------------

    Resolution: Later
    
> Simplify settings API
> ---------------------
>
>                 Key: WICKET-2380
>                 URL: https://issues.apache.org/jira/browse/WICKET-2380
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.0
>            Reporter: John Patterson
>         Attachments: wicket-2380.patch, WindowSettings.java
>
>
> There are a million and one settings for wicket and I normally don't have the faintest idea in where to look for them.  Content assist does not help much because the Application API is enormous.  I suggest making a single Application getter getSettings() which then has getSessionSettings(), getDebugSettings, getFrameworkSettings(), getResourceSettings() ...
> What would really make it easier for me to use is if there was also a combined option: getAllSettings() that returned a delegate object that implements all of the settings interfaces ISessionSettings etc.
> This uber-settings "view" would make it a lot easier to find a setting which you know the name of but not wether of which type it is.
> Just an idea.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira