Package controllers

Class 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 view
      void setView​(User view)
      Sets the view instance
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserController

        public UserController()
    • 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 class Controller