Class FrontPageController


  • @Controller
    @RequestMapping("/frontPage.htm")
    public class FrontPageController
    extends java.lang.Object

    FrontPageController class.

    Since:
    1.8.1
    Author:
    ranger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.web.servlet.ModelAndView handleRequest​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FrontPageController

        public FrontPageController()
    • Method Detail

      • handleRequest

        @RequestMapping(method=GET)
        protected org.springframework.web.servlet.ModelAndView handleRequest​(javax.servlet.http.HttpServletRequest request,
                                                                             javax.servlet.http.HttpServletResponse response)
                                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception