Klasse GUIMissionController

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

@Controller public class GUIMissionController extends GUIBaseController
A controller for retrieving and handling mission data
Autor:
David Mazo
  • Konstruktordetails

    • GUIMissionController

      public GUIMissionController()
  • Methodendetails

    • showConfiguration

      @RequestMapping("/mission-show") public String showConfiguration()
      Show the mission view
      Gibt zurück:
      the name of the mission view template
    • getMissions

      @RequestMapping("/missions/get") public org.springframework.web.context.request.async.DeferredResult<String> getMissions(@RequestParam(required=false,value="sortby") String sortby, @RequestParam(required=false,value="up") Boolean up, org.springframework.ui.Model model)
      Retrieve the defined missions
      Parameter:
      sortby - The sort column
      up - The sort direction (true for up)
      model - The model to hold the data
      Gibt zurück:
      The result