Class ExportDownload

    • Constructor Detail

      • ExportDownload

        public ExportDownload()
    • Method Detail

      • matches

        public boolean matches​(String urlPath)
      • getStreamForDownload

        protected InputStream getStreamForDownload​(javax.servlet.http.HttpServletRequest httpServletRequest,
                                                   javax.servlet.http.HttpServletResponse httpServletResponse)
                                            throws IOException
        Description copied from class: ServeAfterTransactionDownload
        Get the input stream to serve to the client outside of the database transaction. The inputstream must be useable outside of the database transaction that created it
        Specified by:
        getStreamForDownload in class ServeAfterTransactionDownload
        Returns:
        The input stream to serve, or null if nothing to serve.
        Throws:
        IOException
      • setDownloadResourceManager

        public void setDownloadResourceManager​(DownloadResourceManager downloadResourceManager)
      • getExportRoot

        @Deprecated
        public static String getExportRoot()
        Deprecated.
        since 2.7