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

acube.framework.captcha.manager
Classe CaptchaManagerLoader
java.lang.Object
  acube.framework.captcha.manager.CaptchaManagerLoader

public class CaptchaManagerLoader
hérite de Object
This class initialize the CaptchaManager class and parse the captcha configuration file defined here.
Author:
EDS - bzgn4l

Sommaire des Attributs
private static org.apache.log4j.Logger
log
log the log for CaptchaManagerLoader class.
Sommaire des Constructeurs
private
Sommaire des Méthodes
static void
initCaptchaService(InputStream inputStream)
Call on application starting.
private static void
parseCaptcha(org.jdom.Element captcha)
parseCaptcha method adds the new Acube captcha service in the CaptchaManager and parses the captcha configuration xml file.
Méthodes héritées de la classe java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Détail des Attributs
log
private static org.apache.log4j.Logger log
log the log for CaptchaManagerLoader class.
Détail des Constructeurs
CaptchaManagerLoader
private CaptchaManagerLoader()
Détail des méthodes
initCaptchaService
public static void initCaptchaService(InputStream inputStream)
                               throws CaptchaAcubeException
Call on application starting.
Create an instance of captcha manager.
Call the parseCaptcha(Element) method.
Paramètres:
inputStream - the configuration file of captcha.
Exceptions:
CaptchaAcubeException - is raised by the parseCaptcha(Element) method.

parseCaptcha
private static void parseCaptcha(org.jdom.Element captcha)
                          throws CaptchaAcubeException
parseCaptcha method adds the new Acube captcha service in the CaptchaManager and parses the captcha configuration xml file. Finally, it calls the specific CaptchaAbstractService.parseElement(Element) method.
Paramètres:
captcha - : Element (jDom) recovered on reading of the captcha 's configuration file. It is about the tag <captcha>.
Exceptions:

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