Feature Requests item #1462340, was opened at 2006-03-31 18:52
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1462340&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.2
Status: Open
Priority: 5
Submitted By: Karthik Guru (karthik_g)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can Converter be made non-final?

Initial Comment:
i want to register a global type converter. So i need
access to set(Class c, ITypeConverter).

If its non-final then it w'd be easy for me to provide
a IConverterFactory implementation that returns this..

class MyConverter extends Converter{
   MyConverter(Locale locale){
    super();
    set(MyType.class,MyConverter.INSTANCE);
   }
}



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1462340&group_id=119783


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to