@Controller @RequestMapping(value="/feematrix/create") public class CreateFeeMatrixController extends Object
| Constructor and Description |
|---|
CreateFeeMatrixController() |
| Modifier and Type | Method and Description |
|---|---|
String |
create(org.egov.tl.entity.FeeMatrix feeMatrix,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.servlet.mvc.support.RedirectAttributes responseAttribs) |
org.egov.tl.entity.FeeMatrix |
feeMatrix() |
List<org.egov.commons.CFinancialYear> |
financialYears() |
List<org.egov.tl.entity.LicenseAppType> |
licenseAppTypes() |
List<org.egov.tl.entity.LicenseCategory> |
licenseCategories() |
List<org.egov.tl.entity.NatureOfBusiness> |
natureOfBusinesses() |
String |
newForm() |
@ModelAttribute public List<org.egov.tl.entity.LicenseCategory> licenseCategories()
@ModelAttribute public List<org.egov.tl.entity.NatureOfBusiness> natureOfBusinesses()
@ModelAttribute(value="financialYears") public List<org.egov.commons.CFinancialYear> financialYears()
@ModelAttribute public List<org.egov.tl.entity.LicenseAppType> licenseAppTypes()
@ModelAttribute public org.egov.tl.entity.FeeMatrix feeMatrix()
@RequestMapping(method=GET) public String newForm()
@RequestMapping(method=POST) public String create(@ModelAttribute org.egov.tl.entity.FeeMatrix feeMatrix, org.springframework.validation.BindingResult bindingResult, org.springframework.web.servlet.mvc.support.RedirectAttributes responseAttribs)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.