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, init
public String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation) throws Exception
intercept
in interface com.opensymphony.xwork.interceptor.Interceptor
intercept
in class AbstractAwareInterceptor
Action.INPUT
on validation failure. Otherwise, it will return the result
actionInvocation.invoke().Exception
Copyright © 2003–2015 Atlassian. All rights reserved.