public class RoutingResult<R extends IRequestContext<?>> extends Object implements IRoutingResult<R>
| Constructor and Description |
|---|
RoutingResult(List<IRouteHandlerMatch<R>> routeHandlerMatches) |
| Modifier and Type | Method and Description |
|---|---|
IRouteHandlerMatch<R> |
getMainRouteHandlerMatch()
The main route handler and its information, from the routing result.
|
List<IRouteHandlerMatch<R>> |
getRouteHandlerMatches()
The handlers matching the route (a main handler + filters, if any),
in order they have to be called.
|
String |
toString() |
public RoutingResult(List<IRouteHandlerMatch<R>> routeHandlerMatches)
public List<IRouteHandlerMatch<R>> getRouteHandlerMatches()
IRoutingResultgetRouteHandlerMatches in interface IRoutingResult<R extends IRequestContext<?>>public IRouteHandlerMatch<R> getMainRouteHandlerMatch()
IRoutingResultgetMainRouteHandlerMatch in interface IRoutingResult<R extends IRequestContext<?>>Copyright © 2016. All rights reserved.