Class TempFileServlet
HttpServlet
net.datenwerke.security.server.SecuredHttpServlet
net.datenwerke.rs.base.server.helpers.tempfile.TempFileServlet
- 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
ConstructorsConstructorDescriptionTempFileServlet(TempFileService tempFileService, <any> authenticatorService) -
Method Summary
Methods inherited from class net.datenwerke.security.server.SecuredHttpServlet
doPost
-
Constructor Details
-
TempFileServlet
-
-
Method Details
-
doGet
public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException - Overrides:
doGetin classSecuredHttpServlet- Throws:
ServletExceptionIOException
-