public interface IRouteFactory<R extends IRequestContext<?>>
| Modifier and Type | Method and Description |
|---|---|
IRoute<R> |
createRoute(String id,
Set<HttpMethod> httpMethods,
String path,
Set<RoutingType> routingTypes,
List<IHandler<R>> beforeFilters,
IHandler<R> mainHandler,
List<IHandler<R>> afterFilters,
Set<Integer> positions,
Set<String> acceptedContextTypes) |
Copyright © 2016. All rights reserved.