Class Controller

java.lang.Object
com.inesm.KeyManager.controller.Controller
Direct Known Subclasses:
KeysController, LogController, MessageController, MissionController, RequestController, RolesController, SettingsController, StationController, UserController

public class Controller extends Object
Generic controller class mostly to share the same encoding on all controllers.
  • Constructor Details

    • Controller

      @Autowired public Controller(SessionService session, AppInterface appInterface, LoggerService logger)
      Constructor for default Controller.
      Parameters:
      session - the session service used for access control and authorization
      appInterface - the service used to interface between the user interface and the java application
      logger - the logger used to log operations