com.liferay.faces.bridge.model
Interface UploadedFile
public interface UploadedFile
- Author:
- Neil Griffin
delete
void delete()
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()
write
void write(String fileName)
throws IOException
- Throws:
IOException
Copyright © 2017 Liferay, Inc. All Rights Reserved.