org.shept.services.jcaptcha
public class ImageCaptchaServlet extends javax.servlet.http.HttpServlet implements org.springframework.context.ApplicationContextAware
http://forge.octo.com/jcaptcha/confluence/display/general/5+minutes+application+integration+tutorial,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private org.springframework.context.ApplicationContext |
ctx |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ImageCaptchaServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
init(javax.servlet.ServletConfig servletConfig) |
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprivate org.springframework.context.ApplicationContext ctx
private static final long serialVersionUID
public void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionprotected void doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2014. All Rights Reserved.