| org.millstone.base.terminal.UploadStream
All known Subclasses: org.millstone.webadapter.HttpUploadStream,
UploadStream | public interface UploadStream (Code) | | Defines a variable type, that is used for passing uploaded files from
terminal. Most often, file upload is implented using the
org.millstone.base.ui.Upload Upload component.
author: IT Mill Ltd. version: 3.1.1 since: 3.0 |
getContentName | public String getContentName()(Code) | | Get stream content name.
Stream content name usually differs from the actual stream name.
it is used toi identify the content of the stream.
Name of the stream content. |
getContentType | public String getContentType()(Code) | | Get input stream content type.
content type of the input stream. |
getStreamName | public String getStreamName()(Code) | | Get the name of the stream.
name of the stream. |
|
|