java.lang.Object
org.springframework.cloud.dataflow.server.controller.UiController

@Controller @RequestMapping({"/dashboard","/dashboard/"}) public class UiController extends Object
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 Details

  • Constructor Details

    • UiController

      public UiController()
  • Method Details

    • dashboard

      public static String dashboard(String path)
      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

      @RequestMapping public String index()