public interface RouteLocator
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getIgnoredPaths()
Ignored route paths (or patterns), if any.
|
Route |
getMatchingRoute(String path)
Maps a path to an actual route with full metadata.
|
List<Route> |
getRoutes()
A map of route path (pattern) to location (e.g.
|
Collection<String> getIgnoredPaths()
Collection of ignored pathsList<Route> getRoutes()
List of routesCopyright © 2021 Pivotal Software, Inc.. All rights reserved.