@Controller
@RequestMapping(value="/editowner/{assessmentNo}")
public class EditOwnerDetailsController
extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
OWNERDETAILS_FROM |
protected static String |
OWNERDETAILS_SUCCESS |
| Constructor and Description |
|---|
EditOwnerDetailsController() |
| Modifier and Type | Method and Description |
|---|---|
String |
newForm(org.springframework.ui.Model model,
String assessmentNo) |
org.egov.ptis.domain.entity.property.Property |
propertyModel(String assessmentNo) |
String |
updateOwnerDetails(org.egov.ptis.domain.entity.property.Property property,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.validation.BindingResult errors,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
String doorNumber) |
protected static final String OWNERDETAILS_FROM
protected static final String OWNERDETAILS_SUCCESS
@ModelAttribute
public org.egov.ptis.domain.entity.property.Property propertyModel(@PathVariable
String assessmentNo)
@RequestMapping(method=GET) public String newForm(org.springframework.ui.Model model, @PathVariable String assessmentNo)
@RequestMapping(method=POST) public String updateOwnerDetails(@ModelAttribute org.egov.ptis.domain.entity.property.Property property, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs, org.springframework.validation.BindingResult errors, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, @RequestParam String doorNumber)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.