You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2010/11/11 10:01:13 UTC

[jira] Created: (CLK-728) MessagesMap must be eaier to extend

MessagesMap must be eaier to extend
-----------------------------------

                 Key: CLK-728
                 URL: https://issues.apache.org/jira/browse/CLK-728
             Project: Click
          Issue Type: Improvement
            Reporter: Bob Schellink
            Assignee: Bob Schellink
            Priority: Minor
             Fix For: 2.4.0, 2.3.0-RC1


MessagesMapService allows to inject custom MessagesMap implementations. MessagesMap however has mostly private methods making it cumbersome  to extend.  Would be useful to make the following mehods protected:

- ensureInitialized
- loadResourceValuesIntoMap

Also add a new protected method to easily swap ResourceBundle implementations:
- createResourceBundle

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CLK-728) MessagesMap must be easier to extend

Posted by "Bob Schellink (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLK-728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink updated CLK-728:
------------------------------

    Summary: MessagesMap must be easier to extend  (was: MessagesMap must be eaier to extend)

> MessagesMap must be easier to extend
> ------------------------------------
>
>                 Key: CLK-728
>                 URL: https://issues.apache.org/jira/browse/CLK-728
>             Project: Click
>          Issue Type: Improvement
>            Reporter: Bob Schellink
>            Assignee: Bob Schellink
>            Priority: Minor
>             Fix For: 2.3.0-M1
>
>
> MessagesMapService allows to inject custom MessagesMap implementations. MessagesMap however has mostly private methods making it cumbersome  to extend.  Would be useful to make the following mehods protected:
> - ensureInitialized
> - loadResourceValuesIntoMap
> Also add a new protected method to easily swap ResourceBundle implementations:
> - createResourceBundle

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CLK-728) MessagesMap must be easier to extend

Posted by "Bob Schellink (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLK-728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink resolved CLK-728.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.3.0-RC1)
                       (was: 2.4.0)
                   2.3.0-M1

> MessagesMap must be easier to extend
> ------------------------------------
>
>                 Key: CLK-728
>                 URL: https://issues.apache.org/jira/browse/CLK-728
>             Project: Click
>          Issue Type: Improvement
>            Reporter: Bob Schellink
>            Assignee: Bob Schellink
>            Priority: Minor
>             Fix For: 2.3.0-M1
>
>
> MessagesMapService allows to inject custom MessagesMap implementations. MessagesMap however has mostly private methods making it cumbersome  to extend.  Would be useful to make the following mehods protected:
> - ensureInitialized
> - loadResourceValuesIntoMap
> Also add a new protected method to easily swap ResourceBundle implementations:
> - createResourceBundle

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.