@Controller
@RequestMapping(value={"/search-boundary","/view-boundary","/create-boundary"})
public class SearchBoundaryController
extends Object
| Constructor and Description |
|---|
SearchBoundaryController(org.egov.infra.admin.master.service.BoundaryService boundaryService,
org.egov.infra.admin.master.service.HierarchyTypeService hierarchyTypeService) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.infra.admin.master.entity.Boundary |
boundaryModel() |
String |
showSearchBoundaryForm(org.springframework.ui.Model model) |
@Autowired
public SearchBoundaryController(org.egov.infra.admin.master.service.BoundaryService boundaryService,
org.egov.infra.admin.master.service.HierarchyTypeService hierarchyTypeService)
@ModelAttribute public org.egov.infra.admin.master.entity.Boundary boundaryModel()
@RequestMapping(method=GET) public String showSearchBoundaryForm(org.springframework.ui.Model model)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.