Uses of Interface
de.xima.fc.interfaces.http.IScannedFileItem
Packages that use IScannedFileItem
-
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 IScannedFileItemModifier and TypeMethodDescriptionList<? extends IScannedFileItem> UnsafeUploadRequestException.unsafeFiles()Constructor parameters in de.xima.fc.api.rest.impl.common.reader with type arguments of type IScannedFileItemModifierConstructorDescriptionUnsafeUploadRequestException(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 IScannedFileItemModifier and TypeMethodDescriptionstatic List<? extends IScannedFileItem> RestRequestHelper.getUnsafeFileItems(javax.servlet.http.HttpServletRequest servletRequest) Checks the currentMultipartPreservingRequest(if available) for unsafe file uploads