Re: XWorkConverter vs XWorkBasicConverter

2012-03-14 Thread Dave Newton
Iirc that's where I'd like a little pluggability, too; I'm not convinced the default non-whitespace-trimming converters are the best idea. Gotta revisit some code I did for that. On Wednesday, March 14, 2012, Łukasz Lenart wrote: > I've started looking into those two classes and it looks like > X

Re: XWorkConverter vs XWorkBasicConverter

2012-03-14 Thread Łukasz Lenart
I've started looking into those two classes and it looks like XWorkConverter is more a converter manager but extends DefaultTypeConverter (which implements TypeConverter) and mostly trying to find out a converter to use or delegates work to DefaultTypeConverter or to XWorkBasicConverter. I think i