|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.setup.webwork.AbstractAwareInterceptor
com.atlassian.confluence.security.interceptors.CaptchaInterceptor
public class CaptchaInterceptor
Interceptor that performs captcha validation on any actions that implement CaptchaAware.
| Constructor Summary | |
|---|---|
CaptchaInterceptor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
|
| Methods inherited from class com.atlassian.confluence.setup.webwork.AbstractAwareInterceptor |
|---|
destroy, getParameter, getUser, hasParameter, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CaptchaInterceptor()
| Method Detail |
|---|
public java.lang.String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
throws java.lang.Exception
intercept in interface com.opensymphony.xwork.interceptor.Interceptorintercept in class AbstractAwareInterceptorAction.INPUT on validation failure. Otherwise, it will return the result
actionInvocation.invoke().
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||