@Controller @RequestMapping(value="/report") public class HandicappedMarriageRegReportController extends Object
| Constructor and Description |
|---|
HandicappedMarriageRegReportController() |
| Modifier and Type | Method and Description |
|---|---|
String |
searchHandicappedApplications(org.springframework.ui.Model model) |
String |
showHandicappedApplicationDetails(String applicantType,
org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageRegistration registration) |
public HandicappedMarriageRegReportController()
@RequestMapping(value="/handicapped-report",
method=GET)
public String searchHandicappedApplications(org.springframework.ui.Model model)
throws ParseException
ParseException@RequestMapping(value="/handicapped-report-search",
method=POST,
produces="text/plain")
@ResponseBody
public String showHandicappedApplicationDetails(@RequestParam(value="applicantType")
String applicantType,
org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.