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