@Controller @RequestMapping(value="/revisionestimate") public class RevisionAgreementPDFController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REVISIONAGREEMENTPDF |
| Constructor and Description |
|---|
RevisionAgreementPDFController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<byte[]> |
generateContractorBillPDF(javax.servlet.http.HttpServletRequest request,
Long revisionEstimateId,
javax.servlet.http.HttpSession session) |
public static final String REVISIONAGREEMENTPDF
@RequestMapping(value="/revisionagreementPDF/{revisionEstimateId}",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> generateContractorBillPDF(javax.servlet.http.HttpServletRequest request,
@PathVariable(value="revisionEstimateId")
Long revisionEstimateId,
javax.servlet.http.HttpSession session)
throws IOException
IOExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.