Package org.ametys.core.captcha
Class CaptchaExtensionPoint
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<Captcha>
org.ametys.core.captcha.CaptchaExtensionPoint
- All Implemented Interfaces:
 LogEnabled,ExtensionPoint<Captcha>,Disposable,Initializable,Component,Contextualizable,Serviceable,ThreadSafe
Extension point for captchas.
- 
Field Summary
FieldsFields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, serviceMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger 
- 
Field Details
- 
ROLE
Avalon Role 
 - 
 - 
Constructor Details
- 
CaptchaExtensionPoint
public CaptchaExtensionPoint() 
 -