public static interface IPluginUI.IPart
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getContent()
Returns an input stream referring to the data.
|
int |
getContentLength()
Returns the number of bytes that were posted, f specified by the HTTP client.
|
java.lang.String |
getContentType()
Returns the content-type for the mime attachment.
|
java.lang.String |
getFilename()
Returns the filen ame of the data that is attached.
|
java.lang.String |
getPartName()
Returns the identifier for the attachment
|
java.lang.String getPartName()
java.lang.String getFilename()
int getContentLength()
java.lang.String getContentType()
java.io.InputStream getContent()
InputStream
for accessing the attachment data