| Package | Description |
|---|---|
| org.swisspush.gateleen.hook |
| Modifier and Type | Method and Description |
|---|---|
Route |
LocalRouteRepository.getRoute(String url) |
Route |
RouteRepository.getRoute(String url)
Returns the route which is foreseen
for the given url.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Route> |
LocalRouteRepository.getRoutes() |
Map<String,Route> |
RouteRepository.getRoutes()
Returns a copy of all routes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalRouteRepository.addRoute(String urlPattern,
Route route) |
void |
RouteRepository.addRoute(String urlPattern,
Route route)
Adds a route for the given url pattern.
|
Copyright © 2016–2018. All rights reserved.