| Package | Description |
|---|---|
| org.opensingular.form.wicket.mapper.attachment.upload | |
| org.opensingular.form.wicket.mapper.attachment.upload.info |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
TemporaryAttachmentPersistenceHandlerSupplier |
UploadInfo.getPersistenceHandlerSupplier() |
| Constructor and Description |
|---|
UploadInfo(AttachmentKey uploadId,
long maxFileSize,
int maxFileCount,
Collection<String> allowedFileTypes,
TemporaryAttachmentPersistenceHandlerSupplier persistenceHandlerSupplier) |
Copyright © 2017. All rights reserved.