Save This Page
Home » mojarra-1.2_09-b02-FCS-source » com.sun.faces.application » [javadoc | source]
com.sun.faces.application
public class: ActionListenerImpl [javadoc | source]
java.lang.Object
   com.sun.faces.application.ActionListenerImpl

All Implemented Interfaces:
    javax.faces.event.ActionListener

This action listener implementation processes action events during the Apply Request Values or Invoke Application phase of the request processing lifecycle (depending upon the immediate property of the ActionSource that queued this event. It invokes the specified application action method, and uses the logical outcome value to invoke the default navigation handler mechanism to determine which view should be displayed next.

Method from com.sun.faces.application.ActionListenerImpl Summary:
processAction
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.faces.application.ActionListenerImpl Detail:
 public  void processAction(ActionEvent event)