SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-392
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Shay Banon
Votes: 0
Watchers: 0
Operations

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

Allow to override ClassMapping in order to get the class name when using poly class

Created: 02/May/07 03:24 PM   Updated: 02/May/07 03:30 PM
Component/s: Compass::Core
Affects Version/s: None
Fix Version/s: 1.1.2, 1.2 M1


 Description  « Hide
Sometimes, one would like to have the option of overriding the class name stored when using poly class. By default, getClass().getName() is called, but sometimes this classes are proxied and the actual class should be stored.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 02/May/07 03:30 PM
Added String getPolyClasssName(Object root) in ClassMapping so it can be overridden.