Class CaptchaInterceptor

    • Constructor Detail

      • CaptchaInterceptor

        public CaptchaInterceptor()
    • Method Detail

      • intercept

        public String intercept​(com.opensymphony.xwork2.ActionInvocation actionInvocation)
                         throws Exception
        Specified by:
        intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
        Specified by:
        intercept in class AbstractAwareInterceptor
        Returns:
        Action.INPUT on validation failure. Otherwise, it will return the result actionInvocation.invoke().
        Throws:
        Exception