Uses of Class
com.helger.web.fileupload.parse.DiskFileItem
-
Packages that use DiskFileItem Package Description com.helger.web.fileupload.parse com.helger.web.scope.multipart -
-
Uses of DiskFileItem in com.helger.web.fileupload.parse
Methods in com.helger.web.fileupload.parse that return DiskFileItem Modifier and Type Method Description DiskFileItemDiskFileItemFactory. createItem(String sFieldName, String sContentType, boolean bIsFormField, String sFileName)Create a newDiskFileIteminstance from the supplied parameters and the local factory configuration. -
Uses of DiskFileItem in com.helger.web.scope.multipart
Methods in com.helger.web.scope.multipart that return DiskFileItem Modifier and Type Method Description DiskFileItemGlobalDiskFileItemFactory. createItem(String sFieldName, String sContentType, boolean bIsFormField, String sFileName)
-