Class FileDownloadServlet

HttpServlet
net.datenwerke.security.server.SecuredHttpServlet
net.datenwerke.gf.server.download.FileDownloadServlet
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class FileDownloadServlet extends SecuredHttpServlet
  • Constructor Summary

    Constructors
    Constructor
    Description
    FileDownloadServlet(<any> fileDownloadServiceProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doGet(HttpServletRequest request, HttpServletResponse response)
     
    void
    doPost(HttpServletRequest request, HttpServletResponse response)
     
  • Constructor Details

    • FileDownloadServlet

      public FileDownloadServlet(<any> fileDownloadServiceProvider)
  • Method Details