Class GoController


  • @Controller
    @RequestMapping("/go")
    public class GoController
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GoController()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.ModelAndView goToStage​(javax.servlet.http.HttpServletRequest httpServletRequest)  
      • Methods inherited from class java.lang.Object

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

      • GoController

        public GoController()
    • Method Detail

      • goToStage

        @RequestMapping(value="/**",
                        method=GET)
        public org.springframework.web.servlet.ModelAndView goToStage​(javax.servlet.http.HttpServletRequest httpServletRequest)
                                                               throws java.io.IOException
        Throws:
        java.io.IOException