Class UserSettingsController

Object
UserSettingsController

@Controller public class UserSettingsController extends Object
  • Constructor Details

    • UserSettingsController

      public UserSettingsController()
  • Method Details

    • setConfigService

      @Autowired public void setConfigService(ConfigService configService)
    • updatePanelSettings

      @RequestMapping(value="/api/user-settings/panel", method=PATCH) @ResponseStatus(code=OK) @ResponseBody public UserPanelSettings updatePanelSettings(@RequestBody JsonNode patch) throws Exception
      Throws:
      Exception