@Controller @RequestMapping(value="/measurementbook") public class CancelMBController extends Object
| Constructor and Description |
|---|
CancelMBController() |
| Modifier and Type | Method and Description |
|---|---|
String |
cancelMB(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model) |
String |
showSearchMBForm(org.egov.works.mb.entity.SearchRequestCancelMB searchRequestCancelMB,
org.springframework.ui.Model model) |
@RequestMapping(value="/cancel/search",
method=GET)
public String showSearchMBForm(@ModelAttribute
org.egov.works.mb.entity.SearchRequestCancelMB searchRequestCancelMB,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/cancel",
method=POST)
public String cancelMB(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.