public class ImageCaptchaServlet extends HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
CAPTCHA_ID |
Constructor and Description |
---|
ImageCaptchaServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse) |
CaptchaManager |
getCaptchaManager() |
void |
init(ServletConfig servletConfig) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public static final String CAPTCHA_ID
public void init(ServletConfig servletConfig) throws ServletException
init
in interface Servlet
init
in class GenericServlet
ServletException
protected void doGet(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse) throws ServletException, IOException
doGet
in class HttpServlet
ServletException
IOException
public CaptchaManager getCaptchaManager()