@RestController
@RequestMapping(value="pmbok/documents")
public class DocumentDownloadController
extends java.lang.Object
| Constructor and Description |
|---|
DocumentDownloadController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<byte[]> |
download(java.lang.String id) |