| Package | Description |
|---|---|
| org.visallo.webster |
| Modifier and Type | Method | Description |
|---|---|---|
Route.Method |
Route.getMethod() |
|
static Route.Method |
Route.Method.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Route.Method[] |
Route.Method.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
Map<Route.Method,List<Route>> |
Router.getRoutes() |
| Modifier and Type | Method | Description |
|---|---|---|
Route |
Router.addRoute(Route.Method method,
String path,
RequestResponseHandler... handlers) |
| Constructor | Description |
|---|---|
Route(Route.Method method,
String path,
RequestResponseHandler... handlers) |
Copyright © 2014–2018. All rights reserved.