public class RouteOverview extends Object
| Constructor and Description |
|---|
RouteOverview() |
| Modifier and Type | Method and Description |
|---|---|
static void |
enableRouteOverview()
Enables a route overview (showing all the mapped routes)
The overview is made available at "/debug/routeoverview/"
Calling this method before any other route mapping
bas been performed will initialize the Spark server
|
static void |
enableRouteOverview(String path)
Enables a route overview (showing all the mapped routes)
The overview is made available at the provided path
|
public static void enableRouteOverview()
public static void enableRouteOverview(String path)
path - the path to the route overview
Calling this method before any other route mapping
bas been performed will initialize the Spark serverCopyright © 2016. All rights reserved.