Class DotDownloadServlet

HttpServlet
net.datenwerke.security.server.SecuredHttpServlet
net.datenwerke.rs.base.server.table.DotDownloadServlet
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 DotDownloadServlet extends SecuredHttpServlet
  • Constructor Summary

    Constructors
    Constructor
    Description
    DotDownloadServlet(<any> securityServiceProvider, <any> httpExportServiceProvider, <any> httpUtilsProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doGet(HttpServletRequest request, HttpServletResponse response)
     

    Methods inherited from class net.datenwerke.security.server.SecuredHttpServlet

    doPost
  • Constructor Details

    • DotDownloadServlet

      public DotDownloadServlet(<any> securityServiceProvider, <any> httpExportServiceProvider, <any> httpUtilsProvider)
  • Method Details