Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.upload
Interface FileItem


public interface FileItem


Method Summary
 void delete()
           
 String getContentType()
           
 String getEncodedString()
           
 String getFieldName()
           
 String getFileName()
           
 String getFileNameExtension()
           
 String getFullFileName()
           
 InputStream getInputStream()
           
 long getSize()
           
 int getSizeThreshold()
           
 File getStoreLocation()
           
 String getString()
           
 boolean isFormField()
           
 boolean isInMemory()
           
 void setString(String encode)
           
 

Method Detail

delete

void delete()

getContentType

String getContentType()

getEncodedString

String getEncodedString()

getFieldName

String getFieldName()

getFileName

String getFileName()

getFileNameExtension

String getFileNameExtension()

getFullFileName

String getFullFileName()

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException

getSize

long getSize()

getSizeThreshold

int getSizeThreshold()

getStoreLocation

File getStoreLocation()

getString

String getString()

isFormField

boolean isFormField()

isInMemory

boolean isInMemory()

setString

void setString(String encode)

Liferay 6.1.2-ce-ga3