Allow spring bean injection through field access, and through non-public 
methods when requested
-----------------------------------------------------------------------------------------------

                 Key: STS-248
                 URL: http://mc4j.org/jira/browse/STS-248
             Project: Stripes
          Issue Type: Improvement
          Components: ActionBean Dispatching
            Reporter: Tim Fennell
         Assigned To: Tim Fennell
             Fix For: Release 1.4


Since Stripes will set nested properties for any object that has a public 
setter on an ActionBean, it would be good to have alternative ways of injecting 
Spring beans into ActionBeans other than through public properties (i.e. 
get/set method combos, though the getter is not necessary required).

Support should include:
  - Ability to inject through protected/package/private methods if the 
SecurityManager will allow it (and an attribute is annotated with @SpringBean)
  - Ability to inject directly into public/protected/package/private Fields if 
annotated
  - Use of whole method name as bean name when method isn't in the format 
setXXX()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mc4j.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to