|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.fileupload.disk.DiskFileItem
com.liferay.portal.upload.LiferayFileItem
public class LiferayFileItem
| Field Summary | |
|---|---|
static int |
THRESHOLD_SIZE
|
| Fields inherited from class org.apache.commons.fileupload.disk.DiskFileItem |
|---|
DEFAULT_CHARSET |
| Constructor Summary | |
|---|---|
LiferayFileItem(String fieldName,
String contentType,
boolean isFormField,
String fileName,
int sizeThreshold,
File repository)
|
|
| Method Summary | |
|---|---|
String |
getFileName()
|
String |
getFileNameExtension()
|
String |
getFullFileName()
|
String |
getString()
|
protected File |
getTempFile()
|
void |
setString(String encode)
|
| Methods inherited from class org.apache.commons.fileupload.disk.DiskFileItem |
|---|
delete, finalize, get, getCharSet, getContentType, getFieldName, getHeaders, getInputStream, getName, getOutputStream, getSize, getStoreLocation, getString, isFormField, isInMemory, setFieldName, setFormField, setHeaders, toString, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int THRESHOLD_SIZE
| Constructor Detail |
|---|
public LiferayFileItem(String fieldName,
String contentType,
boolean isFormField,
String fileName,
int sizeThreshold,
File repository)
| Method Detail |
|---|
public String getFileName()
public String getFullFileName()
public String getFileNameExtension()
public String getString()
getString in interface org.apache.commons.fileupload.FileItemgetString in class org.apache.commons.fileupload.disk.DiskFileItempublic void setString(String encode)
protected File getTempFile()
getTempFile in class org.apache.commons.fileupload.disk.DiskFileItem
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||