net.bull.javamelody
Class JsfActionListener

java.lang.Object
  extended by com.sun.faces.application.ActionListenerImpl
      extended by net.bull.javamelody.JsfActionListener
All Implemented Interfaces:
EventListener, ActionListener, FacesListener

public class JsfActionListener
extends com.sun.faces.application.ActionListenerImpl

ActionListener JSF RI (Mojarra) pour avoir les temps moyens des actions JSF.

Author:
Emeric Vernat

Constructor Summary
JsfActionListener()
          Constructeur.
 
Method Summary
 void processAction(ActionEvent event)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsfActionListener

public JsfActionListener()
Constructeur.

Method Detail

processAction

public void processAction(ActionEvent event)

Specified by:
processAction in interface ActionListener
Overrides:
processAction in class com.sun.faces.application.ActionListenerImpl


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