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

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

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

Add ability to provide object instances for Compass settings

Created: 04/Apr/08 10:04 AM   Updated: 04/Apr/08 07:35 PM
Component/s: Compass::Core
Affects Version/s: 2.0.0 M3
Fix Version/s: 2.0.0 RC1


 Description  « Hide
Based on this forum thread:

http://forum.compass-project.org/thread.jspa?threadID=215342&tstart=0

It would be nice if the application could provide object instances to Compass for the settings instead of having Compass instantiate them directly with reflection. This would allow the application to initialize those objects, for example, through an IOC container.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 04/Apr/08 07:35 PM
Added support for:

ProeprtyAccessor
Converter
NamingStrategy
Analyzer
LuceneAnalyzerTokenFilterProvider
Highlighter: Encoder, Formatter
LuceneSearchEngineOptimizer
LuceneQueryParser

Under the same FQN class setting, except that an instance can be provided.