Class DashboardViewController


  • @Controller("dashboardViewController")
    public class DashboardViewController
    extends java.lang.Object
    Controller to handle initial request to dashboard endpoint.
    Since:
    6.3.3
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.ModelAndView dashboard()
      Mapped method to return the register.html.
      • Methods inherited from class java.lang.Object

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

      • DashboardViewController

        public DashboardViewController()
    • Method Detail

      • dashboard

        @GetMapping({"dashboard/index.html","dashboard/","dashboard"})
        public org.springframework.web.servlet.ModelAndView dashboard()
        Mapped method to return the register.html.
        Returns:
        - ModelAndView