@Controller @RequestMapping(value="/application") public class ConnectionRectificationController extends Object
| Constructor and Description |
|---|
ConnectionRectificationController() |
| Modifier and Type | Method and Description |
|---|---|
String |
searchConnections(org.egov.wtms.application.entity.ConnectionRectification connectionRectification,
org.springframework.validation.BindingResult resultBinder,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model) |
String |
viewForm(org.springframework.ui.Model model) |
@RequestMapping(value="/connectionrectification",
method=GET)
public String viewForm(org.springframework.ui.Model model)
@RequestMapping(value="/connectionrectification",
method=POST)
public String searchConnections(@ModelAttribute
org.egov.wtms.application.entity.ConnectionRectification connectionRectification,
org.springframework.validation.BindingResult resultBinder,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.