|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 |
getEncodedString()
|
String |
getFileName()
|
String |
getFileNameExtension()
|
String |
getFullFileName()
|
int |
getSizeThreshold()
|
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 |
Methods inherited from interface com.liferay.portal.kernel.upload.FileItem |
---|
delete, getContentType, getFieldName, getInputStream, getSize, getStoreLocation, isFormField, isInMemory |
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 getEncodedString()
public String getFileName()
public String getFileNameExtension()
public String getFullFileName()
public int getSizeThreshold()
public String getString()
getString
in interface org.apache.commons.fileupload.FileItem
getString
in class org.apache.commons.fileupload.disk.DiskFileItem
public void setString(String encode)
protected File getTempFile()
getTempFile
in class org.apache.commons.fileupload.disk.DiskFileItem
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |