org.apache.myfaces.tobago.application
Class ActionListenerImpl

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

public class ActionListenerImpl
extends Object
implements javax.faces.event.ActionListener


Constructor Summary
ActionListenerImpl(javax.faces.event.ActionListener base)
           
 
Method Summary
 String getErrorOutcome()
           
 void processAction(javax.faces.event.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(javax.faces.event.ActionListener base)
Method Detail

processAction

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

getErrorOutcome

public String getErrorOutcome()

setErrorOutcome

public void setErrorOutcome(String errorOutcome)


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.