Package com.logicaldoc.form
Class FormChartServlet
- java.lang.Object
 - 
- javax.servlet.GenericServlet
 - 
- javax.servlet.http.HttpServlet
 - 
- com.logicaldoc.form.FormChartServlet
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class FormChartServlet extends javax.servlet.http.HttpServletThis servlet generates the pie charts displayed in the statistics of the forms- Since:
 - 8.7
 - Author:
 - Marco Meschieri - LogicalDOC
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FormChartServlet() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) 
 - 
 
- 
- 
Method Detail
- 
doGet
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException- Throws:
 javax.servlet.ServletExceptionIOException
 
 - 
 
 -