Package com.logicaldoc.ai.web
Class AIChartServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.logicaldoc.web.ChartServlet
com.logicaldoc.ai.web.AIChartServlet
- All Implemented Interfaces:
- jakarta.servlet.Servlet,- jakarta.servlet.ServletConfig,- Serializable
public class AIChartServlet
extends com.logicaldoc.web.ChartServlet
This servlet provides the chart of the queries to the AI
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Field SummaryFields inherited from class jakarta.servlet.http.HttpServletLEGACY_DO_HEAD
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.logicaldoc.web.ChartServletdoGetMethods 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- 
AIChartServletpublic AIChartServlet()Constructor of the object.
 
-