- All Implemented Interfaces:
- java.util.EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener
public class ActionListenerImpl
extends java.lang.Object
implements 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.