Save This Page
Home » struts-2.0.11.2-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

...

profilingKey

...



Method from org.apache.struts2.interceptor.ProfilingActivationInterceptor Summary:
getProfilingKey,   intercept,   setDevMode,   setProfilingKey
Methods from java.lang.Object:
equals,   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)