You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Stephen Turner <st...@MIT.EDU> on 2009/07/02 14:29:05 UTC

Interceptor Execution Tracing

Is it possible to easily see a record of all the interceptors executed  
during an action invocation? I want to see the actual interceptors that  
are executed, not the config (which shows me what I _think_ is happening).

Thanks,
Steve

-- 
Stephen Turner
Sr. Analyst/Programmer
MIT IS&T - SAIS

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Interceptor Execution Tracing

Posted by Stephen Turner <st...@MIT.EDU>.
On Thu, 02 Jul 2009 08:37:28 -0400, Paweł Wielgus <po...@gmail.com>  
wrote:

> Hi Stephen,
> turn debug on by adding ?profiling=true after any action address in
> browser and turning devMode.
> Read more here:
> http://struts.apache.org/2.1.6/struts2-core/apidocs/com/opensymphony/xwork2/util/profiling/UtilTimerStack.html
>
> Best greetings,
> Paweł Wielgus.
>
>

Thanks Paweł, that's exactly what I was looking for -

Steve

-- 
Stephen Turner
Sr. Analyst/Programmer
MIT IS&T - SAIS

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Interceptor Execution Tracing

Posted by Paweł Wielgus <po...@gmail.com>.
Hi Stephen,
turn debug on by adding ?profiling=true after any action address in
browser and turning devMode.
Read more here:
http://struts.apache.org/2.1.6/struts2-core/apidocs/com/opensymphony/xwork2/util/profiling/UtilTimerStack.html

Best greetings,
Paweł Wielgus.


2009/7/2 Stephen Turner <st...@mit.edu>:
> Is it possible to easily see a record of all the interceptors executed
> during an action invocation? I want to see the actual interceptors that are
> executed, not the config (which shows me what I _think_ is happening).
>
> Thanks,
> Steve
>
> --
> Stephen Turner
> Sr. Analyst/Programmer
> MIT IS&T - SAIS
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org