@Controller @RequestMapping(value="/contractorportal/mb") public class ViewContractorMBController extends Object
| Constructor and Description |
|---|
ViewContractorMBController() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.works.contractorportal.entity.ContractorMBHeader |
getContractorMBHeader(String id) |
String |
viewContractorMBs(org.springframework.ui.Model model,
Long id,
javax.servlet.http.HttpServletRequest request) |
String |
viewForm(org.springframework.ui.Model model,
Long id,
javax.servlet.http.HttpServletRequest request) |
@ModelAttribute(value="contractorMB")
public org.egov.works.contractorportal.entity.ContractorMBHeader getContractorMBHeader(@PathVariable
String id)
@RequestMapping(value="/view/{id}",
method=GET)
public String viewForm(org.springframework.ui.Model model,
@PathVariable
Long id,
javax.servlet.http.HttpServletRequest request)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.