Class GUISpaceCraftController

java.lang.Object
de.dlr.proseo.ui.gui.GUIBaseController
de.dlr.proseo.ui.gui.GUISpaceCraftController

@Controller public class GUISpaceCraftController extends GUIBaseController
A controller for retrieving and handling spacecrafts
Author:
David Mazo
  • Constructor Details

    • GUISpaceCraftController

      public GUISpaceCraftController()
  • Method Details

    • addSpaceCraft

      @GetMapping("/spacecraft-add") public String addSpaceCraft()
      Show the spacecraft addition view
      Returns:
      the name of the spacecraft addition view template
    • removeSpaceCraft

      @GetMapping("/spacecraft-remove") public String removeSpaceCraft()
      Show the spacecraft removal view
      Returns:
      the name of the spacecraft removal view template