Interface FileItemFactory<I extends FileItem<I>>

Type Parameters:
I - The FileItem type this factory creates.
All Known Implementing Classes:
DiskFileItemFactory

public interface FileItemFactory<I extends FileItem<I>>
Creates FileItem instances.

Factories can provide their own custom configuration, over and above that provided by the default file upload implementation.