Class DownloadFileConverter
java.lang.Object
org.directwebremoting.extend.AbstractConverter
org.directwebremoting.convert.FileConverter
ch.tocco.nice2.netui.impl.dwr.convert.DownloadFileConverter
- All Implemented Interfaces:
org.directwebremoting.extend.Converter
@Component
public class DownloadFileConverter
extends org.directwebremoting.convert.FileConverter
A file converter for DownloadFile which forces file download (instead of delivering it as base64 data url).
-
Constructor Summary
-
Method Summary
Methods inherited from class org.directwebremoting.convert.FileConverter
convertInbound, convertOutbound
Methods inherited from class org.directwebremoting.extend.AbstractConverter
setConverterManager
-
Constructor Details
-
DownloadFileConverter
public DownloadFileConverter()
-
-
Method Details
-
isDataUrlAvailable
protected boolean isDataUrlAvailable()- Overrides:
isDataUrlAvailable
in classorg.directwebremoting.convert.FileConverter
-