public abstract class MultiPartRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
MultiPartRequest() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getContentType(String name) |
abstract File |
getFile(String name)
Get the File as saved by the multipart parser on the server filesystem.
|
abstract Enumeration |
getFileNames() |
abstract String |
getFilesystemName(String name)
Get the client file name of the specified uploaded file.
|
abstract String |
getParameter(String name) |
abstract Enumeration |
getParameterNames() |
abstract String[] |
getParameterValues(String name) |
static boolean |
isMultiPart(javax.servlet.http.HttpServletRequest request)
Is request a multipart request
|
public static boolean isMultiPart(javax.servlet.http.HttpServletRequest request)
public abstract Enumeration getParameterNames()
public abstract Enumeration getFileNames()
public abstract String getFilesystemName(String name)
name - the parameter name of the uploaded filepublic abstract File getFile(String name)
name - The parameter name of the uploaded fileCopyright © 2013 Atlassian. All Rights Reserved.