History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WAFFLE-33
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Mauro Talevi
Reporter: Mauro Talevi
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Waffle

Replace Ognl TypeConverter with ValueConverterFinder as pluggable interface

Created: 20/Nov/07 04:05 AM   Updated: 22/Nov/07 08:38 AM
Component/s: Core
Affects Version/s: None
Fix Version/s: 1.0-rc-1

Time Tracking:
Not Specified


 Description  « Hide
The pluggable interface should allow to not use Ognl.

An Ognl-based implementation of ValueConverter should allow users to continue using Ognl, but this needs to be configure by declaring OgnlValueConverter as a Waffle ValueConverter implementation.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mauro Talevi - 20/Nov/07 06:14 AM
Made DefaultValueConverterFinder use as default OgnlValueConverter, if no others are declared.

Mauro Talevi - 20/Nov/07 09:46 AM
Update docs.

Mauro Talevi - 22/Nov/07 08:38 AM
Renamed DefaultValueConverterFinder to OgnlValueConverterFinder to reflect the fact that the OgnlValueConverter is used as default.