Uses of Interface
com.helger.web.fileupload.IFileItem
-
Packages that use IFileItem Package Description com.helger.web.fileupload com.helger.web.fileupload.parse com.helger.web.fileupload.servlet com.helger.web.scope -
-
Uses of IFileItem in com.helger.web.fileupload
Methods in com.helger.web.fileupload that return IFileItem Modifier and Type Method Description IFileItemIFileItemFactory. createItem(String sFieldName, String sContentType, boolean bIsFormField, String sFileName)Create a newIFileIteminstance from the supplied parameters and any local factory configuration.Constructors in com.helger.web.fileupload with parameters of type IFileItem Constructor Description FileItemResource(IFileItem aFileItem) -
Uses of IFileItem in com.helger.web.fileupload.parse
Classes in com.helger.web.fileupload.parse that implement IFileItem Modifier and Type Class Description classDiskFileItemThe default implementation of theIFileIteminterface.Methods in com.helger.web.fileupload.parse that return types with arguments of type IFileItem Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<IFileItem>AbstractFileUploadBase. parseRequest(IRequestContext aCtx)Processes an RFC 1867 compliantmultipart/form-datastream. -
Uses of IFileItem in com.helger.web.fileupload.servlet
Methods in com.helger.web.fileupload.servlet that return types with arguments of type IFileItem Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<IFileItem>ServletFileUpload. parseRequest(jakarta.servlet.http.HttpServletRequest aHttpRequest)Processes an RFC 1867 compliantmultipart/form-datastream. -
Uses of IFileItem in com.helger.web.scope
Methods in com.helger.web.scope that return IFileItem Modifier and Type Method Description default IFileItemIRequestParamContainer. getAsFileItem(String sAttrName)Get the request attribute denoted by the specified attribute name as an uploaded file item.Methods in com.helger.web.scope that return types with arguments of type IFileItem Modifier and Type Method Description default com.helger.commons.collection.impl.ICommonsMap<String,IFileItem>IRequestParamContainer. getAllUploadedFileItems()default com.helger.commons.collection.impl.ICommonsList<IFileItem>IRequestParamContainer. getAllUploadedFileItemValues()
-