Class IndexController


  • @Controller
    @RolesAllowed("ROLE_USER")
    public class IndexController
    extends Object
    • Constructor Detail

      • IndexController

        public IndexController()
    • Method Detail

      • getIndex

        @RequestMapping(method=GET,
                        path="/")
        public void getIndex​(Principal principal,
                             org.springframework.security.core.Authentication authentication,
                             javax.servlet.http.HttpServletResponse response)
                      throws IOException
        Throws:
        IOException