@Controller @RequestMapping(value="/letterofacceptance") public class LetterOfAcceptancePDFController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infra.filestore.service.FileStoreService |
fileStoreService |
static String |
LETTEROFACCEPTANCEPDF |
| Constructor and Description |
|---|
LetterOfAcceptancePDFController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<byte[]> |
generateLOAPDF(javax.servlet.http.HttpServletRequest request,
Long id,
javax.servlet.http.HttpSession session) |
public static final String LETTEROFACCEPTANCEPDF
@Autowired @Qualifier(value="fileStoreService") protected org.egov.infra.filestore.service.FileStoreService fileStoreService
@RequestMapping(value="/letterOfAcceptancePDF/{letterOfAcceptanceId}",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> generateLOAPDF(javax.servlet.http.HttpServletRequest request,
@PathVariable(value="letterOfAcceptanceId")
Long id,
javax.servlet.http.HttpSession session)
throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.