|
Framework Serveur J2EE ACube V3.1.0 |
|
CLASSE PRECEDANTE CLASSE SUIVANTE
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
Author:
-
bzgn4l
Sommaire des Attributs |
private static org.apache.log4j.Logger |
loglog the log for CaptchaServlet class.
|
private static final long |
|
Sommaire des Constructeurs |
|
Sommaire des Méthodes |
|
doGet(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse){@inheritDoc} |
|
doPost(HttpServletRequest request, HttpServletResponse response){@inheritDoc} |
|
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
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.
|
|