@Controller @RequestMapping(value="/complainttype") public class ViewComplaintTypeController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENTTYPE_JSON |
| Constructor and Description |
|---|
ViewComplaintTypeController(org.egov.pgr.service.ComplaintTypeService complaintTypeService) |
| Modifier and Type | Method and Description |
|---|---|
String |
complaintTypeViewForm(org.egov.pgr.entity.ComplaintType complaintType,
org.springframework.ui.Model model) |
void |
springPaginationDataTables(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public static final String CONTENTTYPE_JSON
@Autowired public ViewComplaintTypeController(org.egov.pgr.service.ComplaintTypeService complaintTypeService)
@RequestMapping(value="view",
method=GET)
public String complaintTypeViewForm(@ModelAttribute
org.egov.pgr.entity.ComplaintType complaintType,
org.springframework.ui.Model model)
@RequestMapping(value="ajax/result",
method=GET)
@ResponseBody
public void springPaginationDataTables(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.