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 2016/03/23 11:56:25 UTC

[jira] [Created] (WICKET-6130) Make it easier to override parts of SystemMapper

Martin Grigorov created WICKET-6130:
---------------------------------------

             Summary: Make it easier to override parts of SystemMapper
                 Key: WICKET-6130
                 URL: https://issues.apache.org/jira/browse/WICKET-6130
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 7.2.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
            Priority: Minor


https://github.com/wicketstuff/core/pull/476 has a use case where SystemMapper needs to be partially modified.
Currently the only way is to copy/paste the whole class and do the customizations.

It would be better if there are factory methods for all the system mappers. This way a specialization, like PortletSystemMapper, can provide custom mappers only for the ones which require special behavior in Portlet environment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)