Uses of Interface
io.mangoo.interfaces.MangooRoute
-
Packages that use MangooRoute Package Description io.mangoo.routing io.mangoo.routing.routes -
-
Uses of MangooRoute in io.mangoo.routing
Methods in io.mangoo.routing that return types with arguments of type MangooRoute Modifier and Type Method Description static Set<MangooRoute>Router. getRoutes()Methods in io.mangoo.routing with parameters of type MangooRoute Modifier and Type Method Description static 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 MangooRoute Modifier and Type Class Description classFileRouteclassPathRouteclassRequestRouteclassServerSentEventRouteclassWebSocketRouteMethods in io.mangoo.routing.routes with parameters of type MangooRoute Modifier and Type Method Description voidControllerRoute. withRoutes(MangooRoute... routes)Sets the given routes to the defined controller class
-