Package controllers

Class AdminController


  • public class AdminController
    extends Controller
    The admin controller
    Author:
    gabrieleromanato
    • Constructor Summary

      Constructors 
      Constructor Description
      AdminController()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void renderView()
      Renders the view
      void setView​(Admin view)
      Sets the view instance
      • Methods inherited from class java.lang.Object

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

      • AdminController

        public AdminController()
    • Method Detail

      • setView

        public void setView​(Admin view)
        Sets the view instance
        Parameters:
        view - A view instance
      • renderView

        public void renderView()
        Renders the view
        Overrides:
        renderView in class Controller