Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response) throws Exception {
  2.  
  3. Map attributes = new HashMap();
  4. attributes.put("httpRequest", request);
  5. return new ModelAndView("/path/to/page.jsp", attributes);
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement