Uses of Interface
org.primefaces.model.file.UploadedFile
-
Packages that use UploadedFile Package Description org.primefaces.component.fileupload org.primefaces.event org.primefaces.model.file org.primefaces.util org.primefaces.virusscan org.primefaces.virusscan.impl -
-
Uses of UploadedFile in org.primefaces.component.fileupload
Methods in org.primefaces.component.fileupload that return UploadedFile Modifier and Type Method Description protected abstract UploadedFileAbstractFileUploadDecoder. createUploadedFile(T request, FileUpload fileUpload, String inputToDecodeId)protected UploadedFileCommonsFileUploadDecoder. createUploadedFile(MultipartRequest request, FileUpload fileUpload, String inputToDecodeId)protected UploadedFileNativeFileUploadDecoder. createUploadedFile(javax.servlet.http.HttpServletRequest request, FileUpload fileUpload, String inputToDecodeId)protected UploadedFileAbstractFileUploadDecoder. processLastChunk(T request, UploadedFile chunk, Path chunksDir, ContentRange contentRange)Methods in org.primefaces.component.fileupload that return types with arguments of type UploadedFile Modifier and Type Method Description protected abstract List<UploadedFile>AbstractFileUploadDecoder. createUploadedFiles(T request, FileUpload fileUpload, String inputToDecodeId)protected List<UploadedFile>CommonsFileUploadDecoder. createUploadedFiles(MultipartRequest request, FileUpload fileUpload, String inputToDecodeId)protected List<UploadedFile>NativeFileUploadDecoder. createUploadedFiles(javax.servlet.http.HttpServletRequest request, FileUpload fileUpload, String inputToDecodeId)Methods in org.primefaces.component.fileupload with parameters of type UploadedFile Modifier and Type Method Description voidAbstractFileUploadDecoder. decodeContentRange(FileUpload fileUpload, T request, UploadedFile chunk)voidFileUploadChunkDecoder. decodeContentRange(FileUpload fileUpload, T request, UploadedFile chunk)protected UploadedFileAbstractFileUploadDecoder. processLastChunk(T request, UploadedFile chunk, Path chunksDir, ContentRange contentRange)protected voidAbstractFileUploadDecoder. writeChunk(UploadedFile uploadedFile, Path path, ContentRange contentRange) -
Uses of UploadedFile in org.primefaces.event
Methods in org.primefaces.event that return UploadedFile Modifier and Type Method Description UploadedFileFileUploadEvent. getFile()Constructors in org.primefaces.event with parameters of type UploadedFile Constructor Description FileUploadEvent(javax.faces.component.UIComponent component, UploadedFile file) -
Uses of UploadedFile in org.primefaces.model.file
Classes in org.primefaces.model.file that implement UploadedFile Modifier and Type Class Description classCommonsUploadedFileDefault UploadedFile implementation based on Commons FileUpload FileItemclassNativeUploadedFileclassNIOUploadedFileclassUploadedFileWrapperInternal wrapper to avoid the file binaries to beeing saved in the ViewState.Methods in org.primefaces.model.file that return UploadedFile Modifier and Type Method Description UploadedFileUploadedFileWrapper. getWrapped()Methods in org.primefaces.model.file that return types with arguments of type UploadedFile Modifier and Type Method Description List<UploadedFile>UploadedFiles. getFiles()List<UploadedFile>UploadedFilesWrapper. getFiles()Constructors in org.primefaces.model.file with parameters of type UploadedFile Constructor Description UploadedFileWrapper(UploadedFile wrapped)Constructor parameters in org.primefaces.model.file with type arguments of type UploadedFile Constructor Description UploadedFiles(List<UploadedFile> files) -
Uses of UploadedFile in org.primefaces.util
Methods in org.primefaces.util with parameters of type UploadedFile Modifier and Type Method Description static booleanFileUploadUtils. isValidType(PrimeApplicationContext context, FileUpload fileUpload, UploadedFile uploadedFile)Check if an uploaded file meets all specifications regarding its filename and content type.static voidFileUploadUtils. performVirusScan(javax.faces.context.FacesContext facesContext, UploadedFile file)static voidFileUploadUtils. tryValidateFile(javax.faces.context.FacesContext context, FileUpload fileUpload, UploadedFile uploadedFile)Method parameters in org.primefaces.util with type arguments of type UploadedFile Modifier and Type Method Description static voidFileUploadUtils. tryValidateFiles(javax.faces.context.FacesContext context, FileUpload fileUpload, List<UploadedFile> files) -
Uses of UploadedFile in org.primefaces.virusscan
Methods in org.primefaces.virusscan with parameters of type UploadedFile Modifier and Type Method Description voidVirusScannerService. performVirusScan(UploadedFile file)Perform virus scan and throw exception if at least one registeredVirusScannerprovider has detected a virus.voidVirusScanner. scan(UploadedFile file)Perform virus scan and throw exception if a virus has been detected. -
Uses of UploadedFile in org.primefaces.virusscan.impl
Methods in org.primefaces.virusscan.impl with parameters of type UploadedFile Modifier and Type Method Description protected StringClamDaemonScanner. createErrorMessage(UploadedFile file, String response)protected StringVirusTotalReportScanner. createErrorMessage(UploadedFile file, org.json.JSONObject json)protected voidVirusTotalReportScanner. handleBodyResponse(UploadedFile file, org.json.JSONObject json)protected URLConnectionVirusTotalReportScanner. openConnection(UploadedFile file)voidClamDaemonScanner. scan(UploadedFile file)Scan file using send to ClamAV service running at host and port over TCP.voidVirusTotalReportScanner. scan(UploadedFile file)Scan file using "/file/report" endpoint
-