public class RouteHandlerMatchDefault<R extends RequestContext<?>> extends Object implements RouteHandlerMatch<R>
| Constructor and Description |
|---|
RouteHandlerMatchDefault(Route<R> sourceRoute,
Handler<R> routeHandler,
Map<String,String> params,
int position) |
| Modifier and Type | Method and Description |
|---|---|
Handler<R> |
getHandler() |
Map<String,String> |
getPathParams() |
int |
getPosition() |
Route<R> |
getSourceRoute() |
String |
toString() |
public Route<R> getSourceRoute()
getSourceRoute in interface RouteHandlerMatch<R extends RequestContext<?>>public Handler<R> getHandler()
getHandler in interface RouteHandlerMatch<R extends RequestContext<?>>public Map<String,String> getPathParams()
getPathParams in interface RouteHandlerMatch<R extends RequestContext<?>>public int getPosition()
getPosition in interface RouteHandlerMatch<R extends RequestContext<?>>Copyright © 2019. All rights reserved.