Package com.inesm.KeyManager.controller
Class Controller
java.lang.Object
com.inesm.KeyManager.controller.Controller
- Direct Known Subclasses:
KeysController,LogController,MessageController,MissionController,RequestController,RolesController,SettingsController,StationController,UserController
Generic controller class mostly to share the same encoding on all controllers.
-
Constructor Summary
ConstructorsConstructorDescriptionController(SessionService session, AppInterface appInterface, LoggerService logger) Constructor for default Controller. -
Method Summary
-
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 authorizationappInterface- the service used to interface between the user interface and the java applicationlogger- the logger used to log operations
-