| Package | Description |
|---|---|
| io.mangoo.routing |
| Modifier and Type | Method and Description |
|---|---|
Route |
Route.allowBlocking(boolean blocking) |
Route |
Route.toUrl(String url) |
Route |
Route.useInternalTemplateEngine() |
Route |
Route.withAuthentication(boolean authentication) |
Route |
Route.withClass(Class<?> controllerClass) |
Route |
Route.withMethod(String controllerMethod) |
Route |
Route.withRequest(io.undertow.util.HttpString requestMethod) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Route> |
Router.getRoutes() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Router.addRoute(Route route)
Adds a new route to the router
|
Copyright © 2016. All rights reserved.