Class IndexController


  • @Controller
    public class IndexController
    extends java.lang.Object
    Controller for the index page of the program
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexController()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String index​(java.lang.String name, org.springframework.ui.Model model)
      Request handler for the home page of the web app
      • Methods inherited from class java.lang.Object

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

      • IndexController

        public IndexController()
    • Method Detail

      • index

        @GetMapping("/")
        public java.lang.String index​(java.lang.String name,
                                      org.springframework.ui.Model model)
        Request handler for the home page of the web app
        Parameters:
        name -
        model -
        Returns: