| Modifier and Type | Method and Description |
|---|---|
AttachmentKey |
FileUploadManager.createUpload(Long maxFileSize,
Integer maxFileCount,
Collection<String> allowedFileTypes,
TemporaryAttachmentPersistenceHandlerSupplier temporaryAttachmentPersistenceHandlerSupplier)
Cria um contexto de upload na servlet, atribiuindo os metadados necessarios a session
|
AttachmentKey |
AttachmentKeyFactory.make() |
AttachmentKey |
AttachmentKeyFactory.makeFromRequestPathOrNull(javax.servlet.http.HttpServletRequest req) |
| Modifier and Type | Method and Description |
|---|---|
Optional<UploadInfo> |
FileUploadManager.findUploadInfoByAttachmentKey(AttachmentKey uploadId) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentKey |
UploadResponseInfo.getFileId() |
AttachmentKey |
UploadInfo.getUploadId() |
| Modifier and Type | Method and Description |
|---|---|
Optional<UploadInfo> |
UploadInfoRepository.findByAttachmentKey(AttachmentKey attachmentKey) |
| Constructor and Description |
|---|
UploadInfo(AttachmentKey uploadId,
long maxFileSize,
int maxFileCount,
Collection<String> allowedFileTypes,
TemporaryAttachmentPersistenceHandlerSupplier persistenceHandlerSupplier) |
| Modifier and Type | Method and Description |
|---|---|
static String |
FileUploadServlet.getUploadUrl(javax.servlet.http.HttpServletRequest req,
AttachmentKey attachmentKey) |
Copyright © 2017. All rights reserved.