public interface RouteHandlerMatchFactory<R extends RequestContext<?>>
| Modifier and Type | Method and Description |
|---|---|
RouteHandlerMatch<R> |
create(Route<R> sourceRoute,
Handler<R> routeHandler,
Map<String,String> params,
int position) |
Copyright © 2016. All rights reserved.