Apache Struts API Documentation: Uses of Interface org.apache.struts.actions.DownloadAction.StreamInfo

Apache Struts API


Uses of Interface
org.apache.struts.actions.DownloadAction.StreamInfo

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, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Returns the information on the file, or other stream, to be downloaded by this action.
 



Copyright © 2000-2005 - The Apache Software Foundation