@Controller @RequestMapping(value="/penaltyRates") public class PenaltyRatesController extends Object
| Constructor and Description |
|---|
PenaltyRatesController() |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.tl.entity.LicenseAppType> |
licenseAppTypes() |
String |
penaltyRatesCreate(org.egov.tl.entity.dto.PenaltyForm penaltyForm,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
org.springframework.ui.Model model) |
String |
penaltyRatesForm(org.egov.tl.entity.dto.PenaltyForm penaltyForm,
org.springframework.ui.Model model) |
String |
search(org.egov.tl.entity.dto.PenaltyForm penaltyForm,
org.springframework.validation.BindingResult errors,
org.springframework.ui.Model model) |
@ModelAttribute(value="licenseAppTypes") public List<org.egov.tl.entity.LicenseAppType> licenseAppTypes()
@RequestMapping(value="/create",
method=GET)
public String penaltyRatesForm(@ModelAttribute
org.egov.tl.entity.dto.PenaltyForm penaltyForm,
org.springframework.ui.Model model)
@RequestMapping(value="/create",
method=POST)
public String penaltyRatesCreate(@ModelAttribute
org.egov.tl.entity.dto.PenaltyForm penaltyForm,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
org.springframework.ui.Model model)
@RequestMapping(value="/search",
method=GET)
public String search(@ModelAttribute
org.egov.tl.entity.dto.PenaltyForm penaltyForm,
org.springframework.validation.BindingResult errors,
org.springframework.ui.Model model)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.