开发者

Struts what method is being called?

How can I get the name of the method that will be called 开发者_JS百科in the action from within an interceptor?


Ok, thanks to the struts source I found the answer.

invocation.getProxy().getMethod();

Where invocation is the ActionInvocation passed to your interceptor.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜