Details
Description
At the moment, plugins can do something similar to the Hibernate Grails plugin which adds an interceptor to the Grails URL handler mapping:
if(getSpringConfig().containsBean("grailsUrlHandlerMapping")) { grailsUrlHandlerMapping.interceptors << openSessionInViewInterceptor }
In other words, a plugin can add extra items to a collection property of a bean definition. But that's all it can do.
I would like to see all methods and properties working on bean definition property values.
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
Added in commit 24b9c6a835c0fcb5b9ab258765bf6ba579e1ae9a