Package ninja.uploads
Interface FileItemProvider
-
- All Known Implementing Classes:
DiskFileItemProvider,MemoryFileItemProvider,NoFileItemProvider
public interface FileItemProviderThis interface represents a file item provider, to createFileItemfor each uploaded file. The provider to use can be defined using theFileProvideron the controller's classes or methods.- Author:
- Christian Bourgeois
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileItemcreate(org.apache.commons.fileupload.FileItemStream item)
-
-
-
Method Detail
-
create
FileItem create(org.apache.commons.fileupload.FileItemStream item)
-
-