Interface SystemController

All Known Implementing Classes:
SystemControllerImpl

@RequestMapping("/system") public interface SystemController
The main web interface controller.
Author:
Donal Fellows
  • Field Details

    • ROOT_PATH

      static final String ROOT_PATH
      The root path to the controller within the overall application.
      See Also:
    • USER_PASSWORD_CHANGE_ATTR

      static final String USER_PASSWORD_CHANGE_ATTR
      The name of the main attribute supporting a password change form.
      See Also:
    • USER_MAY_CHANGE_PASSWORD

      static final String USER_MAY_CHANGE_PASSWORD
      The name of the boolean view attribute describing whether the password change form may be used. Only local users may change their password!
      See Also:
  • Method Details