Add java doc for MethodFilterInterceptor Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/16179401 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/16179401 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/16179401
Branch: refs/heads/master Commit: 161794013843364159972f8947262a44b6bdbc34 Parents: d73a847 Author: gregh3269 <gregh3...@gmail.com> Authored: Thu Aug 4 08:31:32 2016 +0100 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Wed Sep 28 10:36:39 2016 +0200 ---------------------------------------------------------------------- .../xwork2/interceptor/ConversionErrorInterceptor.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/16179401/core/src/main/java/com/opensymphony/xwork2/interceptor/ConversionErrorInterceptor.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/com/opensymphony/xwork2/interceptor/ConversionErrorInterceptor.java b/core/src/main/java/com/opensymphony/xwork2/interceptor/ConversionErrorInterceptor.java index f7234e7..67fc1ad 100644 --- a/core/src/main/java/com/opensymphony/xwork2/interceptor/ConversionErrorInterceptor.java +++ b/core/src/main/java/com/opensymphony/xwork2/interceptor/ConversionErrorInterceptor.java @@ -37,7 +37,13 @@ import java.util.Map; * display the original string ("abc") again rather than the int value (likely 0, which would make very little sense to * the user). * </p> - * + * + * <p> + * <b>Note:</b> Since 2.5.2, this interceptor extends {@link MethodFilterInterceptor}, therefore being + * able to deal with excludeMethods / includeMethods parameters. See [Workflow Interceptor] + * (class {@link DefaultWorkflowInterceptor}) for documentation and examples on how to use this feature. + * </p> + * * <!-- END SNIPPET: description --> * * <p><u>Interceptor parameters:</u></p>