Klasse 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
Autor:
David Mazo
  • Konstruktordetails

    • GUIController

      public GUIController()
  • Methodendetails

    • index1

      @GetMapping("/test") public String index1()
      Show the test view
      Gibt zurück:
      the name of the test view template
    • index12

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

      @ModelAttribute("missions") public List<String> missioncodes()
      Retrieve the defined missions.
      Gibt zurück:
      List of missions