Interceptor Execution Tracing

View: New views
3 Messages — Rating Filter:   Alert me  

Interceptor Execution Tracing

by Stephen Turner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
For additional commands, e-mail: user-help@...


Re: Interceptor Execution Tracing

by Paweł Wielgus :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <sturner@...>:

> 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@...
> For additional commands, e-mail: user-help@...
>
>

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


Re: Interceptor Execution Tracing

by Stephen Turner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, 02 Jul 2009 08:37:28 -0400, Paweł Wielgus <poulwiel@...>  
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@...
For additional commands, e-mail: user-help@...