public interface RouteFactory<R extends RequestContext<?>>
| Modifier and Type | Method and Description |
|---|---|
Route<R> |
createRoute(String id,
Set<HttpMethod> httpMethods,
String path,
Set<RoutingType> routingTypes,
List<Handler<R>> beforeFilters,
Handler<R> mainHandler,
List<Handler<R>> afterFilters,
Set<Integer> positions,
Set<String> acceptedContentTypes,
Set<String> filterIdsToSkip) |
Copyright © 2016. All rights reserved.