How can I get the name of the method that will be called 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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With