|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractDownloadObject | |
---|---|
jp.terasoluna.fw.web.struts.actions | Extended class related to the Action of Struts in Web version |
Uses of AbstractDownloadObject in jp.terasoluna.fw.web.struts.actions |
---|
Subclasses of AbstractDownloadObject in jp.terasoluna.fw.web.struts.actions | |
---|---|
class |
DownloadByteArray
Class in which download data is byte array. |
class |
DownloadFile
Class in which download target is file. |
class |
DownloadInputStream
Class in which download data is input stream. |
class |
DownloadString
Class in which download data is String . |
Methods in jp.terasoluna.fw.web.struts.actions with parameters of type AbstractDownloadObject | |
---|---|
static void |
FileDownloadUtil.download(AbstractDownloadObject downloadObject,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean forceDownload)
Download through browser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |