Example usage for org.apache.commons.fileupload FileItem interface-usage

List of usage examples for org.apache.commons.fileupload FileItem interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.fileupload FileItem interface-usage.

Usage

From source file org.everrest.core.impl.provider.ext.InMemoryFileItem.java

/**
 * Implementation of {@link FileItem} which allow store data in memory only
 * without access to file system. If size of item exceeds limit (initial
 * allocated buffer size) then {@link WebApplicationException} will be thrown.
 *
 * @author <a href="mailto:andrew00x@gmail.com">Andrey Parfonov</a>

From source file org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem.java

/**
 * 
 * : tiny?
 * <p>
    
 * ?: renhui <br>

From source file com.liferay.faces.bridge.renderkit.primefaces.PrimeFacesFileItem.java

/**
 * @author  Neil Griffin
 */
public class PrimeFacesFileItem implements FileItem {

    // serialVersionUID

From source file com.liferay.faces.bridge.renderkit.primefaces.internal.PrimeFacesFileItem.java

/**
 * @author  Neil Griffin
 */
public class PrimeFacesFileItem implements FileItem {

    // serialVersionUID

From source file com.w4t.engine.requests.UploadRequestFileItem.java

/**
 * <p>
 * The FileItem implementation of W4Toolkit provides some optimizations
 * regarding the memory footprint of formfields items.
 * </p>
 */

From source file com.silverpeas.form.fileitem.InternalFileItem.java

/**
 * File item created manually, without being retrieved from an HTTP request. Used to update an
 * imported publication's form.
 * @author Antoine HEDIN
 */
public class InternalFileItem implements FileItem {

From source file de.micromata.genome.gwiki.page.impl.actionbean.FileSystemFileItem.java

/**
 * @author roger
 * 
 */
public class FileSystemFileItem implements FileItem {

From source file org.silverpeas.core.contribution.content.form.fileitem.InternalFileItem.java

/**
 * File item created manually, without being retrieved from an HTTP request. Used to update an
 * imported publication's form.
 * @author Antoine HEDIN
 */
public class InternalFileItem implements FileItem {

From source file org.apache.wicket.protocol.http.servlet.ServletPartFileItem.java

/**
 * An adapter of Servlet 3.0 {@link Part} to Apache Commons FileUpload's {@link FileItem}
 */
class ServletPartFileItem implements FileItem {
    /**
     * The adapted part

From source file de.innovationgate.wgpublisher.services.ServicesFileItem.java

public class ServicesFileItem implements FileItem {

    /**
     * 
     */
    private static final long serialVersionUID = 1L;