@Controller @RequestMapping(value="/masters") public class ViewOverheadController extends Object
| Constructor and Description |
|---|
ViewOverheadController() |
| Modifier and Type | Method and Description |
|---|---|
String |
viewMilestoneTemplate(String id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
@RequestMapping(value="/overhead-view/{id}",
method=GET)
public String viewMilestoneTemplate(@PathVariable
String id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.