public class FileUpload extends Object
Constructor and Description |
---|
FileUpload() |
Modifier and Type | Method and Description |
---|---|
void |
addClasspathResource(String resourcePath,
String contentType,
String comment) |
void |
addClasspathResource(String filename,
String resourcePath,
String contentType,
String comment) |
void |
addResource(org.apache.commons.httpclient.methods.multipart.PartSource partSource,
String contentType,
String comment) |
org.apache.commons.httpclient.HttpMethod |
toRequest(String url) |
public void addClasspathResource(String resourcePath, String contentType, String comment)
public void addClasspathResource(String filename, String resourcePath, String contentType, String comment)
public void addResource(org.apache.commons.httpclient.methods.multipart.PartSource partSource, String contentType, String comment)
public org.apache.commons.httpclient.HttpMethod toRequest(String url)
Copyright © 2003–2017 Atlassian. All rights reserved.