public class RouteSorter extends Object
Constructor and Description |
---|
RouteSorter() |
Modifier and Type | Method and Description |
---|---|
void |
addCatchAllRoute(net.codestory.http.routes.CatchAllRoute route) |
void |
addStaticRoute(Route route) |
void |
addUserRoute(net.codestory.http.routes.RouteWithPattern route) |
Route[] |
getSortedRoutes() |
Copyright © 2015. All Rights Reserved.