org.apache.myfaces.tobago.application
Class ActionListenerImpl

java.lang.Object
  extended by org.apache.myfaces.tobago.application.ActionListenerImpl
All Implemented Interfaces:
EventListener, ActionListener, FacesListener

public class ActionListenerImpl
extends Object
implements ActionListener


Constructor Summary
ActionListenerImpl(ActionListener base)
           
 
Method Summary
 String getErrorOutcome()
           
 void processAction(ActionEvent event)
           
 void setErrorOutcome(String errorOutcome)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionListenerImpl

public ActionListenerImpl(ActionListener base)
Method Detail

processAction

public void processAction(ActionEvent event)
                   throws AbortProcessingException
Specified by:
processAction in interface ActionListener
Throws:
AbortProcessingException

getErrorOutcome

public String getErrorOutcome()

setErrorOutcome

public void setErrorOutcome(String errorOutcome)


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.