com.liferay.faces.bridge.model
Interface UploadedFile
- All Known Implementing Classes:
- UploadedFileErrorImpl, UploadedFileImpl
public interface UploadedFile
- Author:
- Neil Griffin
delete
void delete()
throws IOException
- Throws:
IOException
write
void write(String fileName)
throws IOException
- Throws:
IOException
getAbsolutePath
String getAbsolutePath()
getAttributes
Map<String,Object> getAttributes()
getBytes
byte[] getBytes()
throws IOException
- Throws:
IOException
getCharSet
String getCharSet()
getContentType
String getContentType()
getHeader
String getHeader(String name)
getHeaderNames
Collection<String> getHeaderNames()
getHeaders
Collection<String> getHeaders(String name)
getId
String getId()
getInputStream
InputStream getInputStream()
throws IOException
- Throws:
IOException
getMessage
String getMessage()
getName
String getName()
getSize
long getSize()
getStatus
UploadedFile.Status getStatus()
Copyright © 2014 Liferay, Inc.. All Rights Reserved.