Apache Struts 2 Documentation > Home > Guides > Core Developers Guide > Interceptors > Profiling Interceptor |
Allows profiling to be enabled or disabled via request parameters, when devMode is enabled.
none
// to change the profiling key <action ...> ... <interceptor-ref name="profiling"> <param name="profilingKey">profilingKey</param> </interceptor-ref> ... </action>