public final class HttpUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HEADER_ATTACHEMNT_FILENAME |
| Modifier and Type | Method and Description |
|---|---|
static FileContent |
multipartToFileContent(org.springframework.web.multipart.MultipartFile file) |
static void |
writeFileToResponse(javax.servlet.http.HttpServletResponse response,
FileContent fileContent,
boolean attachment) |
public static final String HEADER_ATTACHEMNT_FILENAME
public static void writeFileToResponse(javax.servlet.http.HttpServletResponse response,
FileContent fileContent,
boolean attachment)
throws IOException
IOExceptionpublic static FileContent multipartToFileContent(org.springframework.web.multipart.MultipartFile file) throws IOException
IOExceptionCopyright © 2017–2018 Alfresco. All rights reserved.