public abstract class AbstractMultipartDecoder extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
_encoding |
protected java.lang.String |
_repositoryPath |
protected int |
_thresholdSize |
protected java.util.Map |
_uploadParts
Map of UploadPart (which implements IUploadFile), keyed on parameter
name.
|
Constructor and Description |
---|
AbstractMultipartDecoder() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map |
buildParameterMap() |
void |
cleanup() |
IUploadFile |
getFileUpload(java.lang.String parameterName) |
protected void |
processFileItems(java.util.List parts) |
protected java.util.Map _uploadParts
protected int _thresholdSize
protected java.lang.String _repositoryPath
protected java.lang.String _encoding
public AbstractMultipartDecoder()
public IUploadFile getFileUpload(java.lang.String parameterName)
public void cleanup()
protected java.util.Map buildParameterMap()
protected void processFileItems(java.util.List parts)