Package controllers
Class UserController
- java.lang.Object
-
- controllers.Controller
-
- controllers.UserController
-
public class UserController extends Controller
Handles the User's area- Author:
- gabrieleromanato
-
-
Constructor Summary
Constructors Constructor Description UserController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
renderView()
Renders the viewvoid
setView(User view)
Sets the view instance-
Methods inherited from class controllers.Controller
setView
-
-
-
-
Method Detail
-
setView
public void setView(User view)
Sets the view instance- Parameters:
view
- A view instance
-
renderView
public void renderView()
Renders the view- Overrides:
renderView
in classController
-
-