org.apache.struts.actions
public static interface DownloadAction.StreamInfo
DownloadAction
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentType()
Returns the content type of the stream to be downloaded.
|
java.io.InputStream |
getInputStream()
Returns an input stream on the content to be downloaded.
|
java.lang.String getContentType()
java.io.InputStream getInputStream() throws java.io.IOException
DownloadAction
.java.io.IOException
Copyright ? 2000-2014 - The Apache Software Foundation