|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DownloadAction.StreamInfo | |
---|---|
org.apache.struts.actions | The actions package provides special adapters between the incoming HTTP request and the corresponding business logic. |
Uses of DownloadAction.StreamInfo in org.apache.struts.actions |
---|
Classes in org.apache.struts.actions that implement DownloadAction.StreamInfo | |
---|---|
static class |
DownloadAction.FileStreamInfo
A concrete implementation of the StreamInfo interface
which simplifies the downloading of a file from the disk. |
static class |
DownloadAction.ResourceStreamInfo
A concrete implementation of the StreamInfo interface
which simplifies the downloading of a web application resource. |
Methods in org.apache.struts.actions that return DownloadAction.StreamInfo | |
---|---|
protected abstract DownloadAction.StreamInfo |
DownloadAction.getStreamInfo(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
Returns the information on the file, or other stream, to be downloaded by this action. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |