Class GUIController

java.lang.Object
de.dlr.proseo.ui.gui.GUIController

@Controller public class GUIController extends Object
A bridge between the GUI application and the prosEO backend services, used for testing purposes, displaying custom login pages, and retrieving missions
Author:
David Mazo
  • Constructor Details

    • GUIController

      public GUIController()
  • Method Details

    • index1

      @GetMapping("/test") public String index1()
      Show the test view
      Returns:
      the name of the test view template
    • index12

      @GetMapping("/customlogin") public String index12(org.springframework.ui.Model model)
      Show the custom login view
      Parameters:
      model - the attributes to return
      Returns:
      the name of the custom login view template
    • missioncodes

      @ModelAttribute("missions") public List<String> missioncodes()
      Retrieve the defined missions.
      Returns:
      List of missions