Package net.bull.javamelody
Class StrutsInterceptor
java.lang.Object
com.opensymphony.xwork2.interceptor.AbstractInterceptor
net.bull.javamelody.StrutsInterceptor
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor,Serializable
public final class StrutsInterceptor
extends com.opensymphony.xwork2.interceptor.AbstractInterceptor
Interceptor Struts 2
pour avoir les temps moyens des actions Struts.
- Author:
- Emeric Vernat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetRequestName(com.opensymphony.xwork2.ActionInvocation invocation) intercept(com.opensymphony.xwork2.ActionInvocation invocation) Intercepte une exécution d'action struts.Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor
destroy, init
-
Constructor Details
-
StrutsInterceptor
public StrutsInterceptor()Constructeur.
-
-
Method Details
-
intercept
Intercepte une exécution d'action struts.- Specified by:
interceptin interfacecom.opensymphony.xwork2.interceptor.Interceptor- Specified by:
interceptin classcom.opensymphony.xwork2.interceptor.AbstractInterceptor- Parameters:
invocation- ActionInvocation- Returns:
- String
- Throws:
Exception- e
-
getRequestName
-