Uses of Interface
de.xima.fc.interfaces.http.IScannedFileItem
-
Packages that use IScannedFileItem Package Description de.xima.fc.api.rest.impl.common.reader de.xima.fc.api.rest.impl.common.util -
-
Uses of IScannedFileItem in de.xima.fc.api.rest.impl.common.reader
Methods in de.xima.fc.api.rest.impl.common.reader that return types with arguments of type IScannedFileItem Modifier and Type Method Description List<? extends IScannedFileItem>
UnsafeUploadRequestException. unsafeFiles()
Constructor parameters in de.xima.fc.api.rest.impl.common.reader with type arguments of type IScannedFileItem Constructor Description UnsafeUploadRequestException(String message, List<? extends IScannedFileItem> unsafeFiles)
Creates an exception with the passed message that notifies about the passed 'unsafe' files. -
Uses of IScannedFileItem in de.xima.fc.api.rest.impl.common.util
Methods in de.xima.fc.api.rest.impl.common.util that return types with arguments of type IScannedFileItem Modifier and Type Method Description static List<? extends IScannedFileItem>
RestRequestHelper. getUnsafeFileItems(javax.servlet.http.HttpServletRequest servletRequest)
Checks the currentMultipartPreservingRequest
(if available) for unsafe file uploads
-