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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileDownloadServlet
public FileDownloadServlet(<any> fileDownloadServiceProvider)
-
-
Method Details
-
doGet
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException - Overrides:
doGetin classSecuredHttpServlet- Throws:
ServletExceptionIOException
-
doPost
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException - Overrides:
doPostin classSecuredHttpServlet- Throws:
ServletExceptionIOException
-