Class AdminLogController


  • @Controller
    @RequestMapping(value="/admin/log",
                    method=GET)
    public class AdminLogController
    extends Object
    Handle the /admin/log interface
    Since:
    4.0
    • Constructor Detail

      • AdminLogController

        public AdminLogController()
    • Method Detail

      • showRoots

        @RequestMapping("/dataroots.txt")
        protected org.springframework.http.ResponseEntity<String> showRoots()
                                                                     throws Exception
        Throws:
        Exception
      • handleRequestInternal

        @RequestMapping("**")
        protected org.springframework.web.servlet.ModelAndView handleRequestInternal​(javax.servlet.http.HttpServletRequest req,
                                                                                     javax.servlet.http.HttpServletResponse res)
                                                                              throws Exception
        Throws:
        Exception