@Controller
@RequestMapping(value="/boundarytype/addchild/{id}")
public class AddChildBoundaryTypeController
extends Object
| Constructor and Description |
|---|
AddChildBoundaryTypeController(org.egov.infra.admin.master.service.BoundaryTypeService boundaryTypeService) |
| Modifier and Type | Method and Description |
|---|---|
String |
addChildBoundaryType(org.egov.infra.admin.master.entity.BoundaryType boundaryType,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) |
String |
addChildForm() |
org.egov.infra.admin.master.entity.BoundaryType |
boundaryTypeModel(Long id) |
@Autowired public AddChildBoundaryTypeController(org.egov.infra.admin.master.service.BoundaryTypeService boundaryTypeService)
@ModelAttribute
public org.egov.infra.admin.master.entity.BoundaryType boundaryTypeModel(@PathVariable
Long id)
@RequestMapping(method=GET) public String addChildForm()
@RequestMapping(method=POST) public String addChildBoundaryType(@ModelAttribute org.egov.infra.admin.master.entity.BoundaryType boundaryType, org.springframework.validation.BindingResult errors, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.