| Package | Description |
|---|---|
| org.spincast.core.routing |
| Modifier and Type | Method and Description |
|---|---|
RouteHandlerMatch<R> |
RoutingRequestContextAddon.getCurrentRouteHandlerMatch()
The current route handler being run (may be a filter) and its
associated information.
|
RouteHandlerMatch<R> |
RoutingResult.getMainRouteHandlerMatch()
The main route handler and its information, from the routing result.
|
| Modifier and Type | Method and Description |
|---|---|
List<RouteHandlerMatch<R>> |
RoutingResult.getRouteHandlerMatches()
The handlers matching the route (a main handler + filters, if any),
in order they have to be called.
|
Copyright © 2017. All rights reserved.