Uses of Interface
org.apache.struts.extras.actions.DownloadAction.StreamInfo
Packages that use 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
Classes in org.apache.struts.extras.actions that implement DownloadAction.StreamInfoModifier and TypeClassDescriptionstatic classA concrete implementation of theStreamInfointerface which simplifies the downloading of a file from the disk.static classA concrete implementation of theStreamInfointerface which simplifies the downloading of a web application resource.Methods in org.apache.struts.extras.actions that return DownloadAction.StreamInfoModifier and TypeMethodDescriptionprotected abstract DownloadAction.StreamInfoDownloadAction.getStreamInfo(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Returns the information on the file, or other stream, to be downloaded by this action.