public class FileStorer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.opensymphony.xwork.ActionSupport |
action |
protected ContentEntityObject |
content |
protected String |
fileName |
protected Enumeration |
fileParameterNames |
protected boolean |
inited |
| Constructor and Description |
|---|
FileStorer(com.opensymphony.xwork.ActionSupport action,
ContentEntityObject content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
void |
processMultipartRequest(com.opensymphony.webwork.dispatcher.multipart.MultiPartRequestWrapper multiPartRequest)
Checks the request to see that the MultiPartRequest provided contains a valid image.
|
protected final com.opensymphony.xwork.ActionSupport action
protected final ContentEntityObject content
protected Enumeration fileParameterNames
protected String fileName
protected boolean inited
public FileStorer(com.opensymphony.xwork.ActionSupport action,
ContentEntityObject content)
public String getFileName()
public void processMultipartRequest(com.opensymphony.webwork.dispatcher.multipart.MultiPartRequestWrapper multiPartRequest)
multiPartRequest - to processCopyright © 2003–2021 Atlassian. All rights reserved.