org.apache.myfaces.extensions.cdi.jsf.impl.listener.action
Class CodiActionListener

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jsf.impl.listener.action.CodiActionListener
All Implemented Interfaces:
EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener, Deactivatable

public class CodiActionListener
extends Object
implements javax.faces.event.ActionListener, Deactivatable

Aggregates ActionListener implementations provided by CODI to ensure a deterministic behaviour


Constructor Summary
CodiActionListener(javax.faces.event.ActionListener wrapped)
          Constructor for wrapping the given ActionListener
 
Method Summary
 boolean isActivated()
          
 void processAction(javax.faces.event.ActionEvent actionEvent)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodiActionListener

public CodiActionListener(javax.faces.event.ActionListener wrapped)
Constructor for wrapping the given ActionListener

Parameters:
wrapped - action-listener which should be wrapped
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent actionEvent)

Specified by:
processAction in interface javax.faces.event.ActionListener

isActivated

public boolean isActivated()

Specified by:
isActivated in interface Deactivatable


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.