Class UiController
java.lang.Object
org.springframework.cloud.dataflow.server.controller.UiController
A simple (web, not REST) controller to trigger a redirect to the index page of the
admin ui (which comes packaged as a dependency).
- Author:
- Eric Bottard, Gunnar Hillert
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
WEB_UI_INDEX_PAGE_ROUTE
- See Also:
-
-
Constructor Details
-
UiController
public UiController()
-
-
Method Details
-
dashboard
Turn a relative link of the UI app to an absolute one, prepending its path.- Parameters:
path
- relative UI path- Returns:
- the absolute UI path
-
index
-