Framework Serveur J2EE ACube V3.1.0
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

acube.framework.captcha.servlet
Classe CaptchaServlet
java.lang.Object
  javax.servlet.GenericServlet
      javax.servlet.http.HttpServlet
          acube.framework.captcha.servlet.CaptchaServlet
Interfaces à implémenter:
Serializable, Servlet, ServletConfig

public class CaptchaServlet
hérite de HttpServlet
Captcha servlet controller.
It recieves http request from user navigator and calls CaptchaAbstractService.getOutStream(String, java.util.Locale) method of the specific captcha by the http post parameter "name".
Author:
bzgn4l

Sommaire des Attributs
private static org.apache.log4j.Logger
log
log the log for CaptchaServlet class.
private static final long
serialVersionUID
serialVersionUID.
Sommaire des Constructeurs
Sommaire des Méthodes
protected void
doGet(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)
{@inheritDoc}
void
doPost(HttpServletRequest request, HttpServletResponse response)
{@inheritDoc}
void
init(ServletConfig servletConfig)
{@inheritDoc}
Méthodes héritées de la classe javax.servlet.http.HttpServlet
service
Méthodes héritées de la classe javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log, service
Méthodes héritées de la classe java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Méthodes héritées de l'interface javax.servlet.Servlet
destroy, getServletConfig, getServletInfo, init, service
Méthodes héritées de l'interface javax.servlet.ServletConfig
getInitParameter, getInitParameterNames, getServletContext, getServletName
Détail des Attributs
serialVersionUID
private static final long serialVersionUID
serialVersionUID.

log
private static org.apache.log4j.Logger log
log the log for CaptchaServlet class.
Détail des Constructeurs
CaptchaServlet
public CaptchaServlet()
Détail des méthodes
init
public void init(ServletConfig servletConfig)
          throws ServletException
{@inheritDoc}
Spécifié par:
init in interface Servlet
Dépacées:
init in class GenericServlet
Exceptions:
ServletException

doGet
protected void doGet(HttpServletRequest httpServletRequest,
                     HttpServletResponse httpServletResponse)
              throws ServletException,
                     IOException
{@inheritDoc}
Dépacées:
doGet in class HttpServlet
Exceptions:
ServletException
IOException

doPost
public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws IOException,
                   ServletException
{@inheritDoc}
Dépacées:
doPost in class HttpServlet
Exceptions:
IOException
ServletException

Framework Serveur J2EE ACube V3.1.0
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

Version 3.1.0 du 06/11/2009 / Etat : Validé
Cette création est mise à disposition selon le Contrat Paternité - Pas d'Utilisation Commerciale - Partage des Conditions Initiales à l'Identique disponible en ligne http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ ou par courrier postal à Creative Commons, 559 Nathan Abbott Way, Stanford,California 94305, USA.
Documentation generated by DocFlex