Uses of Interface
io.mangoo.interfaces.MangooRoute
Packages that use MangooRoute
-
Uses of MangooRoute in io.mangoo.routing
Methods in io.mangoo.routing that return types with arguments of type MangooRouteMethods in io.mangoo.routing with parameters of type MangooRouteModifier and TypeMethodDescriptionstatic voidRouter.addRoute(MangooRoute route) Adds a new route to the router -
Uses of MangooRoute in io.mangoo.routing.routes
Classes in io.mangoo.routing.routes that implement MangooRouteModifier and TypeClassDescriptionclassclassclassclassclassMethods in io.mangoo.routing.routes with parameters of type MangooRouteModifier and TypeMethodDescriptionvoidControllerRoute.withRoutes(MangooRoute... routes) Sets the given routes to the defined controller class