@Controller @RequestMapping(value="/addarrears") public class AddArrearsController extends Object
| Constructor and Description |
|---|
AddArrearsController() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.ptis.client.model.ArrearsInfo |
getArrearsInfo() |
String |
newform(org.springframework.ui.Model model,
String assessmentNo,
javax.servlet.http.HttpServletRequest request) |
String |
saveArrears(org.egov.ptis.client.model.ArrearsInfo arrearsInfo,
String assessmentNo,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model) |
@ModelAttribute public org.egov.ptis.client.model.ArrearsInfo getArrearsInfo()
@RequestMapping(value="/form/{assessmentNo}",
method=GET)
public String newform(org.springframework.ui.Model model,
@PathVariable
String assessmentNo,
javax.servlet.http.HttpServletRequest request)
throws ParseException
ParseException@RequestMapping(value="/form/{assessmentNo}",
method=POST)
public String saveArrears(@ModelAttribute
org.egov.ptis.client.model.ArrearsInfo arrearsInfo,
@PathVariable
String assessmentNo,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model)
throws ParseException
ParseExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.