Interface CaptchaAware
-
- All Known Implementing Classes:
AbstractCreateAndEditPageAction,AbstractCreatePageAction,AbstractEditPageAction,AddCommentAction,CopyPageAction,CreateBlogPostAction,CreatePageAction,CreatePageEntryAction,CreatePageFromTemplateAction,EditBlogPostAction,EditCommentAction,EditMyProfileAction,EditorAction,EditPageAction,PageVariablesAction,SignUpAction,SiteSupportAction,ViewPageAttachmentsAction
public interface CaptchaAwareInterface used to markActions that require captcha validation. Validation is handled by theCaptchaInterceptor, so you must ensure that the form post action is intercepted by this.