@Controller @RequestMapping(value="/licensecategory") public class CreateCategoryController extends Object
| Constructor and Description |
|---|
CreateCategoryController() |
| Modifier and Type | Method and Description |
|---|---|
String |
createCategory(org.egov.tl.entity.LicenseCategory licenseCategory,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.servlet.mvc.support.RedirectAttributes responseAttrbs) |
org.egov.tl.entity.LicenseCategory |
licenseCategory() |
String |
showCreateCategoryForm() |
@ModelAttribute public org.egov.tl.entity.LicenseCategory licenseCategory()
@RequestMapping(value="/create",
method=GET)
public String showCreateCategoryForm()
@RequestMapping(value="/create",
method=POST)
public String createCategory(@ModelAttribute
org.egov.tl.entity.LicenseCategory licenseCategory,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.servlet.mvc.support.RedirectAttributes responseAttrbs)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.