@Controller @RequestMapping(value="/dashboard") public class UiController extends Object
Modifier and Type | Field and Description |
---|---|
static String |
WEB_UI_INDEX_PAGE_ROUTE |
Constructor and Description |
---|
UiController() |
Modifier and Type | Method and Description |
---|---|
static String |
dashboard(String path)
Turn a relative link of the UI app to an absolute one, prepending its path.
|
String |
index() |
public static final String WEB_UI_INDEX_PAGE_ROUTE
public static String dashboard(String path)
path
- relative UI path@RequestMapping public String index()
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.