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