org.springframework.web.servlet.mvc
Class UrlFilenameViewController


public class UrlFilenameViewController
implements Controller

Controller that transforms the virtual filename at the end of a URL to a view name. Example: "/index.html" -> "index"

Author:
Alef Arendsen

Method Summary
 ModelAndViewhandleRequest(HttpServletRequest request, HttpServletResponse response)
           

Method Detail

handleRequest

public ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response)