Direct Known Subclasses:
ImageStorer
Deprecated, for removal: This API element is subject to removal in a future version.
Field Summary
Fields
protected final com.opensymphony.xwork2.ActionSupport
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
protected boolean
Deprecated, for removal: This API element is subject to removal in a future version.
Constructor Summary
Constructors
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods
Deprecated, for removal: This API element is subject to removal in a future version.
void
Deprecated, for removal: This API element is subject to removal in a future version.
Checks the request to see that the MultiPartRequest provided contains a valid image.
void
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Field Details
action
protected final com.opensymphony.xwork2.ActionSupport action
Deprecated, for removal: This API element is subject to removal in a future version.
content
Deprecated, for removal: This API element is subject to removal in a future version.
fileParameterNames
Deprecated, for removal: This API element is subject to removal in a future version.
fileName
Deprecated, for removal: This API element is subject to removal in a future version.
inited
protected boolean inited
Deprecated, for removal: This API element is subject to removal in a future version.
Constructor Details
FileStorer
Deprecated, for removal: This API element is subject to removal in a future version.
Since:
9.3
FileStorer
Deprecated, for removal: This API element is subject to removal in a future version.
Method Details
getFileName
Deprecated, for removal: This API element is subject to removal in a future version.
processMultipartRequest
public void processMultipartRequest (com.atlassian.struts.multipart.AtlassianMultiPartRequest multiPartRequest)
Deprecated, for removal: This API element is subject to removal in a future version.
Checks the request to see that the MultiPartRequest provided contains a valid image.
It will also set the fileName which it extracts from the provived request.
Note that this method will set errors on the provided Action directly.
Parameters:
multiPartRequest
- to process
Since:
9.1
processMultipartRequest
@Deprecated
public void processMultipartRequest (org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper multiPartRequest)
Deprecated.
AttachmentUploadHelper
instead.