Package com.helger.web.fileupload
Interface IFileItemFactoryProviderSPI
-
@IsSPIInterface public interface IFileItemFactoryProviderSPISPI for a provider of a custom file item factory that should be used instead of the default one.- Author:
- boris
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFileItemFactorygetFileItemFactory()
-
-
-
Method Detail
-
getFileItemFactory
@Nonnull IFileItemFactory getFileItemFactory()
- Returns:
- Retrieves the file item factory implementation, may not be
null
-
-