Class TestController
java.lang.Object
eu.rarogsoftware.rarog.platform.plugins.func.test.TestController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontestCustomTemplateResolver
(org.springframework.ui.Model model) testCustomViewResolver
(org.springframework.ui.Model model) testIframePage
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletResponse response) testView
(org.springframework.ui.Model model)
-
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)
-