Class BirtReportFileDownloadServlet

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

    Constructors
    Constructor
    Description
    BirtReportFileDownloadServlet(<any> reportManagerProvider, <any> securityServiceProvider, <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

    • BirtReportFileDownloadServlet

      public BirtReportFileDownloadServlet(<any> reportManagerProvider, <any> securityServiceProvider, <any> httpUtilsProvider)
  • Method Details