Uses of Class
org.primefaces.virusscan.VirusException
-
Packages that use VirusException Package Description org.primefaces.util org.primefaces.virusscan -
-
Uses of VirusException in org.primefaces.util
Methods in org.primefaces.util that throw VirusException Modifier and Type Method Description static voidFileUploadUtils. performVirusScan(javax.faces.context.FacesContext facesContext, UploadedFile file) -
Uses of VirusException in org.primefaces.virusscan
Methods in org.primefaces.virusscan that throw VirusException Modifier and Type Method Description voidVirusScannerService. performVirusScan(UploadedFile file)Perform virus scan and throw exception if at least one registeredVirusScannerprovider has detected a virus.
-