@Deprecated public class KualiMultipartRequestHandler extends org.apache.struts.upload.CommonsMultipartRequestHandler
Constructor and Description |
---|
KualiMultipartRequestHandler()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
calculateMaxUploadSizeToMaxOfList(List<String> sizes)
Deprecated.
|
long |
getSizeMax(org.apache.struts.config.ModuleConfig mc)
Deprecated.
Returns the maximum allowable size, in bytes, of an uploaded file.
|
String |
getSizeMaxString()
Deprecated.
|
void |
setMaxUploadSizeToMaxOfList(List<String> sizes)
Deprecated.
Sets the max size string to the item in the list that represents the largest size.
|
void |
setSizeMax(String sizeString)
Deprecated.
|
addFileParameter, addTextParameter, convertSizeToBytes, finish, getAllElements, getFileElements, getMapping, getRepositoryPath, getServlet, getSizeThreshold, getTextElements, handleRequest, rollback, setMapping, setServlet
public KualiMultipartRequestHandler()
public long getSizeMax(org.apache.struts.config.ModuleConfig mc)
getSizeMax
in class org.apache.struts.upload.CommonsMultipartRequestHandler
mc
- The current module's configuration.public String getSizeMaxString()
public void setSizeMax(String sizeString)
public void setMaxUploadSizeToMaxOfList(List<String> sizes)
public long calculateMaxUploadSizeToMaxOfList(List<String> sizes)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.