java.lang.Object
eu.rarogsoftware.rarog.platform.plugins.func.test.TestController

@Controller public class TestController extends Object
  • Constructor Details

    • TestController

      public TestController()
  • Method Details

    • testView

      @GetMapping("/test") @AnonymousAllowed(CORE) public String testView(org.springframework.ui.Model model)
    • testCustomTemplateResolver

      @GetMapping("/test/customTemplateResolver") @AnonymousAllowed(CORE) public String testCustomTemplateResolver(org.springframework.ui.Model model)
    • testCustomViewResolver

      @GetMapping("/test/customViewResolver") @AnonymousAllowed(CORE) public String testCustomViewResolver(org.springframework.ui.Model model)
    • testIframePage

      @GetMapping("test/iframe") @AnonymousAllowed(CORE) public String testIframePage(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletResponse response)