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 Details

    • StrutsInterceptor

      public StrutsInterceptor()
      Constructeur.
  • Method Details

    • 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
    • getRequestName

      protected String getRequestName(com.opensymphony.xwork2.ActionInvocation invocation)