public interface RoutingResult<R extends RequestContext<?>>
| Modifier and Type | Method and Description |
|---|---|
RouteHandlerMatch<R> |
getMainRouteHandlerMatch()
The main route handler and its information, from the routing result.
|
List<RouteHandlerMatch<R>> |
getRouteHandlerMatches()
The handlers matching the route (a main handler + filters, if any),
in order they have to be called.
|
List<RouteHandlerMatch<R>> getRouteHandlerMatches()
RouteHandlerMatch<R> getMainRouteHandlerMatch()
Copyright © 2019. All rights reserved.