Uses of Interface
org.apache.struts.extras.actions.DownloadAction.StreamInfo
Package
Description
The actions package provides special adapters between the incoming HTTP
request and the corresponding business logic.
-
Uses of DownloadAction.StreamInfo in org.apache.struts.extras.actions
Modifier and TypeClassDescriptionstatic class
A concrete implementation of theStreamInfo
interface which simplifies the downloading of a file from the disk.static class
A concrete implementation of theStreamInfo
interface which simplifies the downloading of a web application resource.Modifier and TypeMethodDescriptionprotected 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.