HttpServletResponse « Core « Spring Q&A





1. Hot to inject / autowire HttpServletResponse?    forum.springsource.org

I have a bean which provides easy access on the web server side to the HttpServletResponse and HttpServletRequest objects of the current request. To get the HttpServletRequest I simply added this ...