Package | Description |
---|---|
org.primefaces.event | |
org.primefaces.model |
Modifier and Type | Method and Description |
---|---|
UploadedFile |
FileUploadEvent.getFile() |
Constructor and Description |
---|
FileUploadEvent(javax.faces.component.UIComponent component,
UploadedFile file) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUploadedFile
UploadedFile implementation based on Commons FileUpload FileItem
|
class |
NativeUploadedFile |
class |
UploadedFileWrapper
Wrapper to avoid a UploadedFile to beeing saved in the ViewState.
|
Modifier and Type | Method and Description |
---|---|
UploadedFile |
UploadedFileWrapper.getWrapped() |
Constructor and Description |
---|
UploadedFileWrapper(UploadedFile wrapped) |
Copyright © 2018. All rights reserved.