Spring web: Controllers with annotated mappings - Getting HttpServletRequest / form data

Posted by Srirangan on Stack Overflow See other posts from Stack Overflow or by Srirangan
Published on 2010-04-09T03:25:22Z Indexed on 2010/04/09 3:33 UTC
Read the original article Hit count: 416

Filed under:
|
|

Hi,

I have a controller mapped using annotations; the URL is being accessed by the client app and it sends POST / GET data. How do I access the request object in this method?

Thanks,

© Stack Overflow or respective owner

Related posts about spring-mvc

Related posts about java