Class IndexController
- java.lang.Object
-
- uk.ac.bristol.hiddenmuseum.controller.IndexController
-
@Controller public class IndexController extends java.lang.Object
Controller for the index page of the program
-
-
Constructor Summary
Constructors Constructor Description IndexController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
index(java.lang.String name, org.springframework.ui.Model model)
Request handler for the home page of the web app
-