| Package | Description |
|---|---|
| org.xwiki.captcha.script |
| Modifier and Type | Class and Description |
|---|---|
class |
WrappedScriptCaptcha
Wrap a
Captcha implementation for script API access. |
| Modifier and Type | Method and Description |
|---|---|
Captcha |
CaptchaScriptService.get(String captchaName) |
Captcha |
CaptchaScriptService.getDefault() |
| Modifier and Type | Method and Description |
|---|---|
<S> S |
CaptchaScriptSafeProvider.get(Captcha unsafe) |
| Constructor and Description |
|---|
WrappedScriptCaptcha(Captcha captcha,
org.xwiki.script.internal.safe.ScriptSafeProvider<Captcha> safeProvider,
org.slf4j.Logger logger) |
| Constructor and Description |
|---|
WrappedScriptCaptcha(Captcha captcha,
org.xwiki.script.internal.safe.ScriptSafeProvider<Captcha> safeProvider,
org.slf4j.Logger logger) |
Copyright © 2004–2018 XWiki. All rights reserved.