Klasse GUISettingsController

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

@Controller public class GUISettingsController extends GUIBaseController
A controller for retrieving and handling settings
Autor:
David Mazo
  • Konstruktordetails

    • GUISettingsController

      public GUISettingsController()
  • Methodendetails

    • globalSettings

      @RequestMapping("/settings-global") public String globalSettings()
      Show the global settings view
      Gibt zurück:
      the name of the global settings view template
    • personalSettings

      @RequestMapping("/settings-personal") public String personalSettings()
      Show the personal settings view
      Gibt zurück:
      the name of the personal settings view template