Klasse GUIConfigurationController

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

@Controller public class GUIConfigurationController extends GUIBaseController
GUI controller that handles requests related to displaying and retrieving configurations, interacts with the service layer, and populates the model with the necessary data for rendering the views
Autor:
David Mazo
  • Konstruktordetails

    • GUIConfigurationController

      public GUIConfigurationController()
  • Methodendetails

    • showConfiguration

      @RequestMapping("/configuration-show") public String showConfiguration()
      Display the configuration show page
      Gibt zurück:
      the view name for the configuration show page
    • getConfigurations

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