Package com.enonic.xp.web.multipart
Interface MultipartItem
-
public interface MultipartItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAsString()
ByteSource
getBytes()
MediaType
getContentType()
String
getFileName()
String
getName()
long
getSize()
-
-
-
Method Detail
-
getName
String getName()
-
getFileName
String getFileName()
-
getContentType
MediaType getContentType()
-
getBytes
ByteSource getBytes()
-
getAsString
String getAsString()
-
getSize
long getSize()
-
-