Class DashboardController


  • @Controller
    public class DashboardController
    extends java.lang.Object
    User Login Page Controller
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String showIndex()
      Get the index page
      • Methods inherited from class java.lang.Object

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

      • DashboardController

        public DashboardController()
    • Method Detail

      • showIndex

        @RequestMapping("/dashboard")
        public java.lang.String showIndex()
        Get the index page
        Returns:
        name of the dashboard view