Package controllers
Class Controller
- java.lang.Object
-
- controllers.Controller
-
- Direct Known Subclasses:
AdminController
,Autostrada
,Casello
,LoginController
,NewAutostradaController
,NewCaselloController
,UserController
public abstract class Controller extends java.lang.Object
The base controller class- Author:
- gabrieleromanato
-
-
Constructor Summary
Constructors Constructor Description Controller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
renderView()
Renders the viewvoid
setView(View view)
Sets the view instance
-
-
-
Method Detail
-
setView
public void setView(View view)
Sets the view instance- Parameters:
view
- A view instance
-
renderView
public void renderView()
Renders the view
-
-