Package httpRest
Class Controller
java.lang.Object
httpRest.Controller
- All Implemented Interfaces:
IController
-
Constructor Summary
ConstructorDescriptionController
(GameServiceDecorator entityService, UserController userController, ChatController chatController) -
Method Summary
-
Constructor Details
-
Controller
public Controller(GameServiceDecorator entityService, UserController userController, ChatController chatController)
-
-
Method Details
-
getRoutes
- Specified by:
getRoutes
in interfaceIController
- Returns:
- the list with all the routes
-