Package com.google.zxing.web
Class ChartServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.google.zxing.web.ChartServlet
- All Implemented Interfaces:
- jakarta.servlet.Servlet,- jakarta.servlet.ServletConfig,- Serializable
@WebServlet({"/w/chart","/w/chart.png","/w/chart.gif","/w/chart.jpg","/w/chart.jpeg"})
public final class ChartServlet
extends jakarta.servlet.http.HttpServlet
A reimplementation of the
 
 Google Chart Server's QR code encoder, which is now deprecated. See
 the chart server
 parameters wiki page for docs.
- Author:
- Sean Owen
- See Also:
- 
Field SummaryFields inherited from class jakarta.servlet.http.HttpServletLEGACY_DO_HEAD
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class jakarta.servlet.http.HttpServletdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, init, service, serviceMethods inherited from class jakarta.servlet.GenericServletdestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
- 
Constructor Details- 
ChartServletpublic ChartServlet()
 
- 
- 
Method Details- 
doGetprotected void doGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException - Overrides:
- doGetin class- jakarta.servlet.http.HttpServlet
- Throws:
- IOException
 
- 
doPostprotected void doPost(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException - Overrides:
- doPostin class- jakarta.servlet.http.HttpServlet
- Throws:
- IOException
 
 
-