module settings in entity

getModuleSettings() is not avail in an entity and i cant find a DSL
for module-specific settings.

is there a DSL available to access a particular modules settings?

my workaround is to inject a 'module helper' plugin and use
getModuleSettings() there.

coldbox:settting:modules

Will inject all module settings.

Luis F. Majano
President
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

thanks Luis!