@Controller @RequestMapping(value="/pending") public class PendingGrievanceController extends Object
| Constructor and Description |
|---|
PendingGrievanceController(org.egov.pgr.service.ComplaintService complaintService) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.pgr.entity.Complaint |
complaint() |
String |
complaintTypeViewForm() |
void |
getPendingGrievances(javax.servlet.http.HttpServletResponse response) |
@Autowired public PendingGrievanceController(org.egov.pgr.service.ComplaintService complaintService)
@ModelAttribute public org.egov.pgr.entity.Complaint complaint()
@RequestMapping(value="/grievance-list",
method=GET)
public String complaintTypeViewForm()
@RequestMapping(value="/ajax-grievancelist",
method=GET,
produces="application/json")
@ResponseBody
public void getPendingGrievances(javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.