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