Save This Page
Home » struts-2.1.8.1-src » org.apache » struts2 » interceptor » [javadoc | source]
org.apache.struts2.interceptor
public class: ProfilingActivationInterceptor [javadoc | source]
java.lang.Object
   com.opensymphony.xwork2.interceptor.AbstractInterceptor
      org.apache.struts2.interceptor.ProfilingActivationInterceptor
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>

Method from org.apache.struts2.interceptor.ProfilingActivationInterceptor Summary:
getProfilingKey,   intercept,   setDevMode,   setProfilingKey
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts2.interceptor.ProfilingActivationInterceptor Detail:
 public String getProfilingKey() 
 public String intercept(ActionInvocation invocation) throws Exception 
 public  void setDevMode(String mode) 
 public  void setProfilingKey(String profilingKey)