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() |
List<IRouteHandlerMatch<R>> |
getRouteHandlerMatches() |
String |
toString() |
public RoutingResult(List<IRouteHandlerMatch<R>> routeHandlerMatches)
public List<IRouteHandlerMatch<R>> getRouteHandlerMatches()
getRouteHandlerMatches in interface IRoutingResult<R extends IRequestContext<?>>public IRouteHandlerMatch<R> getMainRouteHandlerMatch()
getMainRouteHandlerMatch in interface IRoutingResult<R extends IRequestContext<?>>Copyright © 2016. All rights reserved.