org.apache.struts.actions
public static interface DownloadAction.StreamInfo
DownloadAction
.
Method Summary | |
---|---|
abstract String | getContentType()
Returns the content type of the stream to be downloaded.
|
abstract InputStream | getInputStream()
Returns an input stream on the content to be downloaded. |
Returns: The content type of the stream.
DownloadAction
.
Returns: The input stream for the content to be downloaded.