public class FormData.FormField extends Object implements Serializable
| Constructor and Description |
|---|
FormData.FormField(org.apache.commons.fileupload.FileItem file)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Cleanup any temporary resources associated with this form field
NOTE: This should only be invoked after processing (e.g.
|
org.springframework.extensions.surf.util.Content |
getContent() |
String |
getFilename() |
InputStream |
getInputStream() |
boolean |
getIsFile() |
String |
getMimetype() |
String |
getName() |
String |
getValue() |
public FormData.FormField(org.apache.commons.fileupload.FileItem file)
file - FileItempublic String getName()
public boolean getIsFile()
public String getValue()
public org.springframework.extensions.surf.util.Content getContent()
public InputStream getInputStream()
public String getMimetype()
public String getFilename()
public void cleanup()
Copyright © 2005–2016 Alfresco Software. All rights reserved.