@Controller @RequestMapping(value="/recoveryNotices") public class RecoveryNoticesController extends Object
| Constructor and Description |
|---|
RecoveryNoticesController() |
| Modifier and Type | Method and Description |
|---|---|
String |
form(org.springframework.ui.Model model) |
String |
generateNotices(org.egov.ptis.bean.NoticeRequest noticeRequest,
org.springframework.ui.Model model,
org.springframework.validation.BindingResult errors) |
@RequestMapping(value="/form",
method=GET)
public String form(org.springframework.ui.Model model)
@RequestMapping(value="/form",
method=POST)
public String generateNotices(@ModelAttribute
org.egov.ptis.bean.NoticeRequest noticeRequest,
org.springframework.ui.Model model,
org.springframework.validation.BindingResult errors)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.