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

    • GUISpaceCraftController

      public GUISpaceCraftController()
  • Methodendetails

    • addSpaceCraft

      @RequestMapping("/spacecraft-add") public String addSpaceCraft()
      Show the spacecraft addition view
      Gibt zurück:
      the name of the spacecraft addition view template
    • removeSpaceCraft

      @RequestMapping("/spacecraft-remove") public String removeSpaceCraft()
      Show the spacecraft removal view
      Gibt zurück:
      the name of the spacecraft removal view template