Class ReportExportServlet
HttpServlet
net.datenwerke.security.server.SecuredHttpServlet
net.datenwerke.rs.core.server.reportexport.ReportExportServlet
- Direct Known Subclasses:
HttpAuthExecuteServlet
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReportExportServlet(<any> authenticatorService, <any> hookHandlerProvider, <any> securityServiceProvider, <any> reportExecutor, <any> reportService, <any> reportServerService, <any> errorHelperProvider, ParameterSetFactory parameterSetFactory, <any> tempFileService, <any> exceptionServices, <any> configService, <any> sessionCacheProvider, <any> httpUtilsProvider) -
Method Summary
-
Field Details
-
PARAMETER_BACKLINK_ID
- See Also:
-
SESSION_KEY_BACKLINKS
- See Also:
-
PARAMETER_SUGGESTED_FILENAME
- See Also:
-
SERVLET_NAME
- See Also:
-
-
Constructor Details
-
ReportExportServlet
public ReportExportServlet(<any> authenticatorService, <any> hookHandlerProvider, <any> securityServiceProvider, <any> reportExecutor, <any> reportService, <any> reportServerService, <any> errorHelperProvider, ParameterSetFactory parameterSetFactory, <any> tempFileService, <any> exceptionServices, <any> configService, <any> sessionCacheProvider, <any> httpUtilsProvider)
-
-
Method Details
-
doGet
public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException - Overrides:
doGetin classSecuredHttpServlet- Throws:
ServletExceptionIOException
-
doPost
public void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException - Overrides:
doPostin classSecuredHttpServlet- Throws:
ServletExceptionIOException
-