net.sourceforge.smile.application
Class ActionListenerImpl

java.lang.Object
  extended bynet.sourceforge.smile.application.ActionListenerImpl
All Implemented Interfaces:
javax.faces.event.ActionListener, java.util.EventListener, javax.faces.event.FacesListener, java.io.Serializable

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

Author:
codehawk This class is the default action listener implementation of Smile. If implements the behaviour as described in JSF.7.1.1
See Also:
Serialized Form

Constructor Summary
ActionListenerImpl()
           
 
Method Summary
 javax.faces.event.PhaseId getPhaseId()
           
 void processAction(javax.faces.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionListenerImpl

public ActionListenerImpl()
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
See Also:
ActionListener.processAction(javax.faces.event.ActionEvent)

getPhaseId

public javax.faces.event.PhaseId getPhaseId()
Specified by:
getPhaseId in interface javax.faces.event.FacesListener
See Also:
FacesListener.getPhaseId()