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 2012/10/29 12:03:12 UTC

[jira] [Created] (WICKET-4845) Make BasicResourceReferenceMapper public so it is easy to extend it

Martin Grigorov created WICKET-4845:
---------------------------------------

             Summary: Make BasicResourceReferenceMapper public so it is easy to extend it
                 Key: WICKET-4845
                 URL: https://issues.apache.org/jira/browse/WICKET-4845
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.2.0, 1.5.8
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


org.apache.wicket.request.mapper.BasicResourceReferenceMapper has package private visibility and the only way to extend it is to add org.apache.wicket.request.mapper package in my application.

I need to extend it to be able to provide my own rules for encode/decode of the locale/style/variation for resource references.

--
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

[jira] [Resolved] (WICKET-4845) Make BasicResourceReferenceMapper public so it is easy to extend it

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

Martin Grigorov resolved WICKET-4845.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.9
                   6.3.0
    
> Make BasicResourceReferenceMapper public so it is easy to extend it
> -------------------------------------------------------------------
>
>                 Key: WICKET-4845
>                 URL: https://issues.apache.org/jira/browse/WICKET-4845
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5.8, 6.2.0
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 6.3.0, 1.5.9
>
>
> org.apache.wicket.request.mapper.BasicResourceReferenceMapper has package private visibility and the only way to extend it is to add org.apache.wicket.request.mapper package in my application.
> I need to extend it to be able to provide my own rules for encode/decode of the locale/style/variation for resource references.

--
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