@Controller public class HomeController extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) SettingsService |
settingsService |
(package private) StatisticService |
statisticService |
| Constructor and Description |
|---|
HomeController() |
| Modifier and Type | Method and Description |
|---|---|
String |
index(org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
Die Methode verarbeitet den GET-Request auf der URL
/Seitenbeschreibung: Die Klarschiff Backend Homepage mit Statistiken zu aktuellen Vorgängen |
@Autowired StatisticService statisticService
@Autowired SettingsService settingsService
@RequestMapping(value="/") public String index(org.springframework.ui.ModelMap modelMap, javax.servlet.http.HttpServletRequest request)
/modelMap - Model in dem ggf. Daten für die View abgelegt werdenrequest - RequestCopyright © 2019. All rights reserved.