org.apache.shale.view.faces
Class ViewActionListener

java.lang.Object
  extended by org.apache.shale.view.faces.ViewActionListener
All Implemented Interfaces:
EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public final class ViewActionListener
extends Object
implements javax.faces.event.ActionListener

Replacement for the default ActionListener implementation used during the Invoke Application phase of the request processing lifecycle.

Since:
1.0.3 $Id: ViewActionListener.java 464373 2006-10-16 04:21:54Z rahul $

Constructor Summary
ViewActionListener(javax.faces.event.ActionListener original)
          Create a new action listener instance.
 
Method Summary
 void processAction(javax.faces.event.ActionEvent event)
          Handle a default action event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewActionListener

public ViewActionListener(javax.faces.event.ActionListener original)

Create a new action listener instance.

Parameters:
original - The original action listener instance we are wrapping
Method Detail

processAction

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

Handle a default action event.

Specified by:
processAction in interface javax.faces.event.ActionListener
Parameters:
event - The ActionEvent to be handled


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.