Framework Serveur J2EE ACube V2.7.4
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

acube.framework.captcha.servlet
Classe CaptchaServlet
java.lang.Object
  HttpServlet
      acube.framework.captcha.servlet.CaptchaServlet

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 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 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Détail des Attributs
serialVersionUID
private static final long serialVersionUID
serialVersionUID.

log
private static 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}
Exceptions:
ServletException

doGet
protected void doGet(HttpServletRequest httpServletRequest,
                     HttpServletResponse httpServletResponse)
              throws ServletException,
                     IOException
{@inheritDoc}
Exceptions:
ServletException
IOException

doPost
public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws IOException,
                   ServletException
{@inheritDoc}
Exceptions:
IOException
ServletException

Framework Serveur J2EE ACube V2.7.4
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

Version 2.7.4 du 10/07/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