Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
インターセプター内からアクションで呼び出されるメソッドの名前を取得するにはどうすればよいですか?
わかりました、Struts ソースのおかげで答えが見つかりました。
invocation.getProxy().getMethod();
呼び出しがActionInvocationインターセプターに渡される場所。
ActionInvocation