net.bull.javamelody
Class StrutsInterceptor

java.lang.Object
  extended by com.opensymphony.xwork2.interceptor.AbstractInterceptor
      extended by net.bull.javamelody.StrutsInterceptor
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, java.io.Serializable

public final class StrutsInterceptor
extends com.opensymphony.xwork2.interceptor.AbstractInterceptor

Interceptor Struts 2 pour avoir les temps moyens des actions Struts. "http://struts.apache.org/2.1.6/docs/interceptors.html"

Author:
Emeric Vernat
See Also:
Serialized Form

Constructor Summary
StrutsInterceptor()
          Constructeur.
 
Method Summary
 java.lang.String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
          Intercepte une exĂ©cution d'action struts.
 
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

StrutsInterceptor

public StrutsInterceptor()
Constructeur.

Method Detail

intercept

public java.lang.String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
                           throws java.lang.Exception
Intercepte une exécution d'action struts.

Specified by:
intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
Specified by:
intercept in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
Parameters:
invocation - ActionInvocation
Returns:
String
Throws:
java.lang.Exception - e


Copyright © 2008-2010 Emeric Vernat. All Rights Reserved.