Uses of Class
org.swisspush.gateleen.hook.Route
-
Packages that use Route Package Description org.swisspush.gateleen.hook -
-
Uses of Route in org.swisspush.gateleen.hook
Methods in org.swisspush.gateleen.hook that return Route Modifier and Type Method Description RouteLocalRouteRepository. getRoute(String url)RouteRouteRepository. getRoute(String url)Returns the route which is foreseen for the given url.Methods in org.swisspush.gateleen.hook that return types with arguments of type Route Modifier and Type Method Description Map<String,Route>LocalRouteRepository. getRoutes()Map<String,Route>RouteRepository. getRoutes()Returns a copy of all routes.Methods in org.swisspush.gateleen.hook with parameters of type Route Modifier and Type Method Description voidLocalRouteRepository. addRoute(String urlPattern, Route route)voidRouteRepository. addRoute(String urlPattern, Route route)Adds a route for the given url pattern.
-