Class AdminBaseController


  • @Controller
    @RequestMapping("/admin")
    public class AdminBaseController
    extends java.lang.Object
    Admin Panel Page Controller
    • Method Summary

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

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

      • AdminBaseController

        public AdminBaseController()
    • Method Detail

      • getAdminDashboard

        @RequestMapping({"","/**"})
        @PreAuthorize("hasRole(\'ROLE_ADMIN\')")
        public java.lang.String getAdminDashboard()
        Get the index page
        Returns:
        name of the admin panel view