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 Details

    • DownloadFileConverter

      public DownloadFileConverter()
  • Method Details

    • isDataUrlAvailable

      protected boolean isDataUrlAvailable()
      Overrides:
      isDataUrlAvailable in class org.directwebremoting.convert.FileConverter