| Package | Description |
|---|---|
| io.mangoo.enums | |
| io.mangoo.routing | |
| io.mangoo.utils |
| Modifier and Type | Method and Description |
|---|---|
static RouteType |
RouteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteType[] |
RouteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RouteType |
Route.getRouteType() |
| Constructor and Description |
|---|
Route(RouteType routeType) |
| Modifier and Type | Method and Description |
|---|---|
static RouteType |
BootstrapUtils.getRouteType(String method)
Retrieves a RouteType enum based on a given method string
|
Copyright © 2016. All rights reserved.