org.apache.struts2.interceptor
Class ProfilingActivationInterceptor

java.lang.Object
  extended by com.opensymphony.xwork2.interceptor.AbstractInterceptor
      extended by org.apache.struts2.interceptor.ProfilingActivationInterceptor
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, java.io.Serializable

public class ProfilingActivationInterceptor
extends com.opensymphony.xwork2.interceptor.AbstractInterceptor

Allows profiling to be enabled or disabled via request parameters, when devMode is enabled.

See Also:
Serialized Form

Constructor Summary
ProfilingActivationInterceptor()
           
 
Method Summary
 java.lang.String getProfilingKey()
           
 java.lang.String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
           
 void setProfilingKey(java.lang.String profilingKey)
           
 
Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor
destroy, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilingActivationInterceptor

public ProfilingActivationInterceptor()
Method Detail

getProfilingKey

public java.lang.String getProfilingKey()
Returns:
the profilingKey

setProfilingKey

public void setProfilingKey(java.lang.String profilingKey)
Parameters:
profilingKey - the profilingKey to set

intercept

public java.lang.String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
                           throws java.lang.Exception
Specified by:
intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
Specified by:
intercept in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
Throws:
java.lang.Exception


Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.