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