Package de.otto.jlineup.web
Class ReportController
- java.lang.Object
-
- de.otto.jlineup.web.ReportController
-
@RestController public class ReportController extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReportController.Report
-
Constructor Summary
Constructors Constructor Description ReportController(JLineupService jLineupService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.servlet.ModelAndViewgetReports()
-
-
-
Constructor Detail
-
ReportController
@Autowired public ReportController(JLineupService jLineupService)
-
-