| Package | Description |
|---|---|
| org.spincast.core.routing |
| Modifier and Type | Method and Description |
|---|---|
Route<R> |
RouteBuilder.create(Handler<R> mainHandler)
Creates and returns the route without adding it to
the router.
|
Route<R> |
Router.getRoute(String routeId)
Gets a route using its
routeId. |
Route<R> |
RouteHandlerMatch.getSourceRoute()
The route associated with this match.
|
| Modifier and Type | Method and Description |
|---|---|
List<Route<R>> |
Router.getGlobalAfterFiltersRoutes()
Gets the global "after" filters.
|
List<Route<R>> |
Router.getGlobalBeforeFiltersRoutes()
Gets the global "before" filters.
|
List<Route<R>> |
Router.getMainRoutes()
Gets the main routes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Router.addRoute(Route<R> route)
Adds a route, directly.
|
Copyright © 2017. All rights reserved.