How to store/cache a List within a Controller in Spring 3.0
Thanks
Gauls
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Many parameter types are supported in your controller, including
HttpServletRequest. Once you have the request, you can callrequest.getSession();to retrieve the session.Check out section “15.3.2.3 Supported handler method arguments and return types” in the Spring 3.0 reference for a complete list.
Spring documentation (including the reference doc) is available here: http://www.springsource.org/documentation