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
| Repository | Branch | Revision | Date | Author/Committer | Message |
| Grails Core | master | e6711d5... | 2009-08-19 01:40:16 -0700 | Peter Ledbrook / Peter Ledbrook | Implemented have methods invoked on the underlying property values. Property access also works. This allows plugins and applications to read, extend and modify existing bean definitions. |
| Files Changed | |||||
|
MODIFY
src/java/grails/spring/BeanBuilder.java
|
| Repository | Branch | Revision | Date | Author/Committer | Message |
| Grails Core | cli-improvements | e6711d5... | 2009-08-19 01:40:16 -0700 | Peter Ledbrook / Peter Ledbrook | Implemented have methods invoked on the underlying property values. Property access also works. This allows plugins and applications to read, extend and modify existing bean definitions. |
| Files Changed | |||||
|
MODIFY
src/java/grails/spring/BeanBuilder.java
|
| Repository | Branch | Revision | Date | Author/Committer | Message |
| Grails Core | 2.0.x | e6711d5... | 2009-08-19 01:40:16 -0700 | Peter Ledbrook / Peter Ledbrook | Implemented have methods invoked on the underlying property values. Property access also works. This allows plugins and applications to read, extend and modify existing bean definitions. |
| Files Changed | |||||
|
MODIFY
src/java/grails/spring/BeanBuilder.java
|
| Repository | Branch | Revision | Date | Author/Committer | Message |
| Grails Core | hibernate4 | e6711d5... | 2009-08-19 01:40:16 -0700 | Peter Ledbrook / Peter Ledbrook | Implemented have methods invoked on the underlying property values. Property access also works. This allows plugins and applications to read, extend and modify existing bean definitions. |
| Files Changed | |||||
|
MODIFY
src/java/grails/spring/BeanBuilder.java
|
| Repository | Branch | Revision | Date | Author/Committer | Message |
| Grails Core | 2.1.x | e6711d5... | 2009-08-19 01:40:16 -0700 | Peter Ledbrook / Peter Ledbrook | Implemented have methods invoked on the underlying property values. Property access also works. This allows plugins and applications to read, extend and modify existing bean definitions. |
| Files Changed | |||||
|
MODIFY
src/java/grails/spring/BeanBuilder.java
|
| Repository | Branch | Revision | Date | Author/Committer | Message |
| Grails Core | 2.2.x | e6711d5... | 2009-08-19 01:40:16 -0700 | Peter Ledbrook / Peter Ledbrook | Implemented have methods invoked on the underlying property values. Property access also works. This allows plugins and applications to read, extend and modify existing bean definitions. |
| Files Changed | |||||
|
MODIFY
src/java/grails/spring/BeanBuilder.java
|