thank you ManiKanta, it helps much.
2008/9/23 ManiKanta G <[EMAIL PROTECTED]>:
>> in an interceptor is possible to know which action's method is called?
>
>
> You can get the requesting method name by using
> invocation.getProxy().getMethod().
>
> Similarly you can get the action name: invocation
> in an interceptor is possible to know which action's method is called?
You can get the requesting method name by using
invocation.getProxy().getMethod().
Similarly you can get the action name: invocation.getProxy().getNamespace().
Of cource invocation.getInvocationContext().getName() will also
Hi all,
in an interceptor is possible to know which action's method is called?
For example, in
[...]
actionInvocation.getAction() contains an instance of
org.almayer.web.action.HomeAction, but how to know about thr called
executeSecure?
Thanks
Gianluca
---
3 matches
Mail list logo