Package com.sun.jersey.core.header.FormDataContentDisposition

Examples of com.sun.jersey.core.header.FormDataContentDisposition.FormDataContentDispositionBuilder.build()


    } else {
      // Default is to set the name of the file as a form-field name.
      builder.fileName(getName());
    }

    return builder.build();
  }

  /**
   * Gets the default {@link MediaType} to be used if the user didn't specify
   * any.
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.