public class QRServlet extends HttpServlet
| Constructor and Description |
|---|
QRServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void | doGet(HttpServletRequest request,
HttpServletResponse response)Handle GET request: generate QR code image or SVG. |
void | init(ServletConfig cfg)Load configuration from servlet initialization parameters. |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logprotected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet in class HttpServletServletExceptionIOExceptionpublic void init(ServletConfig cfg) throws ServletException
init in interface Servletinit in class GenericServletServletException