Example usage for org.apache.commons.httpclient.methods.multipart PartBase subclass-usage

List of usage examples for org.apache.commons.httpclient.methods.multipart PartBase subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.httpclient.methods.multipart PartBase subclass-usage.

Usage

From source file org.apache.axis2.transport.http.util.ComplexPart.java

public class ComplexPart extends PartBase {

    /**
     * Default content encoding of string parameters.
     */
    public static final String DEFAULT_CONTENT_TYPE = "application/xml";

From source file org.alfresco.repo.transfer.ContentDataPart.java

/**
 * @author brian
 *
 */
public class ContentDataPart extends PartBase {
    /** Attachment's file name */

From source file org.apache.commons.httpclient.methods.multipart.FilePart.java

/**
 * This class implements a part of a Multipart post object that
 * consists of a file.  
 *
 * @author <a href="mailto:mattalbright@yahoo.com">Matthew Albright</a>
 * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>

From source file org.apache.commons.httpclient.methods.multipart.StringPart.java

/**
 * Simple string parameter for a multipart post
 *
 * @author <a href="mailto:mattalbright@yahoo.com">Matthew Albright</a>
 * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>
 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>