@Controller @RequestMapping(value="/structureclassification") public class CreateAndViewStructureClassificationController extends Object
| Modifier and Type | Field and Description |
|---|---|
org.egov.infra.admin.master.service.UserService |
userService |
| Constructor and Description |
|---|
CreateAndViewStructureClassificationController(org.egov.ptis.master.service.StructureClassificationService structureClassificationService) |
| Modifier and Type | Method and Description |
|---|---|
String |
create(org.springframework.ui.Model model) |
String |
create(org.egov.ptis.domain.entity.property.StructureClassification structureClassification,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model) |
String |
showStructureType(org.springframework.ui.Model model) |
org.egov.ptis.domain.entity.property.StructureClassification |
structureClassificationModel() |
@Autowired public org.egov.infra.admin.master.service.UserService userService
@Autowired public CreateAndViewStructureClassificationController(org.egov.ptis.master.service.StructureClassificationService structureClassificationService)
@ModelAttribute public org.egov.ptis.domain.entity.property.StructureClassification structureClassificationModel()
@RequestMapping(value="/create",
method=GET)
public String create(org.springframework.ui.Model model)
@RequestMapping(value="/view",
method=GET)
public String showStructureType(org.springframework.ui.Model model)
@RequestMapping(value="/create",
method=POST)
public String create(@ModelAttribute
org.egov.ptis.domain.entity.property.StructureClassification structureClassification,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.