Package | Description |
---|---|
org.apache.struts.actions |
The actions package provides special adapters between the incoming HTTP
request and the corresponding business logic.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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–2016 Apache Software Foundation. All rights reserved.