@Controller @RequestMapping(value="/estimatephotograph") public class ViewEstimatePhotographController extends Object
| Constructor and Description |
|---|
ViewEstimatePhotographController() |
| Modifier and Type | Method and Description |
|---|---|
String |
viewEstimatePhotographs(String mode,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
void |
viewUploadedDocuments(String fileStoreId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
@RequestMapping(value="/view",
method=GET)
public String viewEstimatePhotographs(@RequestParam(value="mode",required=false)
String mode,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/downloadphotgraphs",
method=GET)
public void viewUploadedDocuments(@RequestParam
String fileStoreId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.