Frames | No Frames |
Classes implementing org.apache.struts.actions.DownloadAction.StreamInfo | |
class | A concrete implementation of the StreamInfo interface which
simplifies the downloading of a file from the disk. |
class | A concrete implementation of the StreamInfo interface which
simplifies the downloading of a web application resource. |
Methods with return type org.apache.struts.actions.DownloadAction.StreamInfo | |
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. |