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.
"http://struts.apache.org/2.1.6/docs/interceptors.html"
- Author:
- Emeric Vernat
- See Also:
- Serialized Form
|
Method Summary |
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 |
StrutsInterceptor
public StrutsInterceptor()
- Constructeur.
intercept
public String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
throws 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:
Exception - e
Copyright © 2008-2010 Emeric Vernat. All Rights Reserved.