public interface IRouteHandlerMatchFactory<R extends IRequestContext<?>>
| Modifier and Type | Method and Description |
|---|---|
IRouteHandlerMatch<R> |
create(IRoute<R> sourceRoute,
IHandler<R> routeHandler,
Map<String,String> params,
int position) |
Copyright © 2016. All rights reserved.