Uses of Interface
com.helger.web.fileupload.IFileItemFactory
-
Packages that use IFileItemFactory Package Description com.helger.web.fileupload com.helger.web.fileupload.parse com.helger.web.fileupload.servlet com.helger.web.scope.multipart -
-
Uses of IFileItemFactory in com.helger.web.fileupload
Methods in com.helger.web.fileupload that return IFileItemFactory Modifier and Type Method Description IFileItemFactoryIFileItemFactoryProviderSPI. getFileItemFactory() -
Uses of IFileItemFactory in com.helger.web.fileupload.parse
Classes in com.helger.web.fileupload.parse that implement IFileItemFactory Modifier and Type Class Description classDiskFileItemFactoryThe defaultIFileItemFactoryimplementation.Methods in com.helger.web.fileupload.parse that return IFileItemFactory Modifier and Type Method Description abstract IFileItemFactoryAbstractFileUploadBase. getFileItemFactory()Returns the factory class used when creating file items.IFileItemFactoryFileUpload. getFileItemFactory()Returns the factory class used when creating file items.Constructors in com.helger.web.fileupload.parse with parameters of type IFileItemFactory Constructor Description FileUpload(IFileItemFactory aFileItemFactory)Constructs an instance of this class which uses the supplied factory to createFileIteminstances. -
Uses of IFileItemFactory in com.helger.web.fileupload.servlet
Constructors in com.helger.web.fileupload.servlet with parameters of type IFileItemFactory Constructor Description ServletFileUpload(IFileItemFactory aFileItemFactory)Constructs an instance of this class which uses the supplied factory to createFileIteminstances. -
Uses of IFileItemFactory in com.helger.web.scope.multipart
Classes in com.helger.web.scope.multipart that implement IFileItemFactory Modifier and Type Class Description classGlobalDiskFileItemFactoryWrapper around aDiskFileItemFactory, that is correctly cleaning up, when the servlet context is destroyed.
-