Class YEmptyHelloController


  • @Controller
    public class YEmptyHelloController
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String printWelcome​(org.springframework.ui.ModelMap model)  
      • Methods inherited from class java.lang.Object

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

      • YEmptyHelloController

        public YEmptyHelloController()
    • Method Detail

      • printWelcome

        @RequestMapping(value="/",
                        method=GET)
        public java.lang.String printWelcome​(org.springframework.ui.ModelMap model)