You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/02/04 08:20:23 UTC

[7/7] struts git commit: WW-4605 Refactors MessageStoreInterceptor to use listener

WW-4605 Refactors MessageStoreInterceptor to use listener


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/857195c1
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/857195c1
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/857195c1

Branch: refs/heads/master
Commit: 857195c1b1fef638bcdb7fbb8f212a7b384ecbaf
Parents: 6d2a573 41cf08c
Author: Lukasz Lenart <lu...@apache.org>
Authored: Thu Feb 4 08:20:02 2016 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Thu Feb 4 08:20:02 2016 +0100

----------------------------------------------------------------------
 .../xwork2/DefaultActionInvocation.java         |   7 +-
 .../interceptor/MessageStoreInterceptor.java    |  61 +----
 .../MessageStorePreResultListener.java          |  95 +++++++
 .../xwork2/DefaultActionInvocationTest.java     |   3 +
 .../MessageStoreInterceptorTest.java            | 234 +----------------
 .../MessageStorePreResultListenerTest.java      | 252 +++++++++++++++++++
 .../apache/struts2/views/jsp/ActionTagTest.java |   3 +-
 7 files changed, 372 insertions(+), 283 deletions(-)
----------------------------------------------------------------------