Class MainController


  • @Controller
    public class MainController
    extends Object
    • Method Detail

      • home

        @GetMapping({"","/"})
        public String home​(org.springframework.ui.Model model)
      • viewWebpage

        @GetMapping("/p/{uuid}")
        public String viewWebpage​(@PathVariable
                                  UUID uuid,
                                  org.springframework.ui.Model model,
                                  javax.servlet.http.HttpServletResponse resp)
        Generic webpage page
        Parameters:
        uuid - uuid of webpage to show
        model - the model
        Returns:
        view