@Controller @RequestMapping(value="/licensesubcategory") public class UpdateSubCategoryController extends Object
| Constructor and Description |
|---|
UpdateSubCategoryController() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.tl.entity.LicenseSubCategory |
licenseSubCategory(String code) |
String |
showSubCategoryUpdateForm(org.springframework.ui.Model model) |
String |
updateSubCategory(org.egov.tl.entity.LicenseSubCategory licenseSubCategory,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.servlet.mvc.support.RedirectAttributes responseAttrbs,
org.springframework.ui.Model model) |
@ModelAttribute
public org.egov.tl.entity.LicenseSubCategory licenseSubCategory(@PathVariable
String code)
@RequestMapping(value="/update/{code}",
method=GET)
public String showSubCategoryUpdateForm(org.springframework.ui.Model model)
@RequestMapping(value="/update/{code}",
method=POST)
public String updateSubCategory(@ModelAttribute
org.egov.tl.entity.LicenseSubCategory licenseSubCategory,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.servlet.mvc.support.RedirectAttributes responseAttrbs,
org.springframework.ui.Model model)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.