Package cronapi.rest
Class DashboardREST
java.lang.Object
cronapi.rest.DashboardREST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> getContentAsString(DashboardFront dashboardFront, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<DashboardFront> getReport(DashboardFront dashboardFront)
-
Constructor Details
-
DashboardREST
-
-
Method Details
-
getReport
@RequestMapping(value="/dashboard", method=POST, produces="application/json") public org.springframework.http.ResponseEntity<DashboardFront> getReport(@RequestBody DashboardFront dashboardFront) -
getContentAsString
@RequestMapping(value="/dashboard/contentasstring", method=POST, produces="text/plain") public org.springframework.http.ResponseEntity<String> getContentAsString(@RequestBody DashboardFront dashboardFront, jakarta.servlet.http.HttpServletResponse response)
-