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

Martín Bigio updated WICKET-2831:
---------------------------------

    Description: 
ConverterLocator#get(Class<T>) shouldn't be final in order to let subclasses 
write a more sophisticated behaviour (like returning a superclass converter 
when requesting a converter for a class that doesn't have one registered).

To walkthrough the problem composition can be used instead of inheritance.

  was:ConverterLocator#get(Class<T>) shouldn't be final in order to let 
subclasses write a more sophisticated behaviour (like returning a superclass 
converter when requesting a converter for a class that doesn't have one 
registered).


> ConverterLocator#get(Class<T>) shouldn't be final
> -------------------------------------------------
>
>                 Key: WICKET-2831
>                 URL: https://issues.apache.org/jira/browse/WICKET-2831
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.4, 1.4.5, 1.4.6, 1.4.7
>            Reporter: Martín Bigio
>             Fix For: 1.4.8
>
>
> ConverterLocator#get(Class<T>) shouldn't be final in order to let subclasses 
> write a more sophisticated behaviour (like returning a superclass converter 
> when requesting a converter for a class that doesn't have one registered).
> To walkthrough the problem composition can be used instead of inheritance.

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

Reply via email to