com.atlassian.confluence.servlet
Class ImageCaptchaServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.atlassian.confluence.servlet.ImageCaptchaServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class ImageCaptchaServlet
- extends HttpServlet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CAPTCHA_ID
public static final String CAPTCHA_ID
- See Also:
- Constant Field Values
ImageCaptchaServlet
public ImageCaptchaServlet()
init
public void init(ServletConfig servletConfig)
throws ServletException
- Specified by:
init
in interface Servlet
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
doGet
protected void doGet(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse)
throws ServletException,
IOException
- Overrides:
doGet
in class HttpServlet
- Throws:
ServletException
IOException
getCaptchaManager
public CaptchaManager getCaptchaManager()