Package com.logicaldoc.web
Class ExportZip
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.logicaldoc.web.ExportZip
- All Implemented Interfaces:
- jakarta.servlet.Servlet,- jakarta.servlet.ServletConfig,- Serializable
public class ExportZip
extends jakarta.servlet.http.HttpServlet
This servlet is responsible of zip export
- Since:
- 6.0
- Author:
- Matteo Caruso - LogicalDOC
- See Also:
- 
Field SummaryFields inherited from class jakarta.servlet.http.HttpServletLEGACY_DO_HEAD
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class jakarta.servlet.http.HttpServletinit, serviceMethods inherited from class jakarta.servlet.GenericServletdestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
- 
Constructor Details- 
ExportZippublic ExportZip()Constructor of the object.
 
- 
- 
Method Details- 
doGetpublic void doGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException - Throws:
- jakarta.servlet.ServletException
- IOException
 
- 
doPostpublic void doPost(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException The doPost method of the servlet.
 This method is called when a form has its tag value method equals to post.- Parameters:
- request- the request send by the client to the server
- response- the response send by the server to the client
- Throws:
- jakarta.servlet.ServletException- if an error occurred
- IOException- if an error occurred
 
 
-