@Controller @RequestMapping(value="/abstractestimate") public class AjaxSearchAbstractEstimateController extends Object
| Constructor and Description |
|---|
AjaxSearchAbstractEstimateController() |
| Modifier and Type | Method and Description |
|---|---|
String |
searchAbstractEstimates(org.egov.works.abstractestimate.entity.SearchAbstractEstimate searchAbstractEstimate,
org.springframework.ui.Model model) |
Object |
toJson(Object object) |
public AjaxSearchAbstractEstimateController()
@RequestMapping(value="/ajaxsearch",
method=POST,
produces="text/plain")
@ResponseBody
public String searchAbstractEstimates(@ModelAttribute
org.egov.works.abstractestimate.entity.SearchAbstractEstimate searchAbstractEstimate,
org.springframework.ui.Model model)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.