Tag Archives: arguments for controller methods

Custom arguments for @RequestMapping methods

So, Spring MVC fans, let’s say you have a @RequestMapping-annotated method in your controller, but you would like to include a custom argument, in addition to the standard ones like Model, HttpServletRequest, and HttpServletResponse. The solution is to implement a … Continue reading

Posted in Jan's Blog | Tagged , | 1 Comment