Uses of Class
io.mangoo.routing.routes.ControllerRoute
Packages that use ControllerRoute
-
Uses of ControllerRoute in io.mangoo.routing
Methods in io.mangoo.routing that return ControllerRouteModifier and TypeMethodDescriptionstatic ControllerRouteBind.controller(Class<?> clazz) Creates a new controller route for binding multiple routes -
Uses of ControllerRoute in io.mangoo.routing.routes
Methods in io.mangoo.routing.routes that return ControllerRouteModifier and TypeMethodDescriptionControllerRoute.withAuthentication()Sets authentication to true for all provided routes, default is falseControllerRoute.withAuthorization()Sets authentication to true for all provided routes, default is false Also sets authentication to true, default is falseControllerRoute.withBasicAuthentication(String username, String password) Sets Basic HTTP authentication to all method on the given controller classControllerRoute.withNonBlocking()Configures this request as long-running request that is executed in a different thread pool to not block the non-blocking I/O request