public class CaptchaInterceptor extends AbstractAwareInterceptor
Interceptor that performs captcha validation on any actions that implement CaptchaAware.
| Constructor and Description | 
|---|
CaptchaInterceptor()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)  | 
destroy, getParameter, getUser, hasParameter, initpublic String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation) throws Exception
intercept in interface com.opensymphony.xwork.interceptor.Interceptorintercept in class AbstractAwareInterceptorAction.INPUT on validation failure. Otherwise, it will return the result
 actionInvocation.invoke().ExceptionCopyright © 2003–2022 Atlassian. All rights reserved.