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