|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.faces.application.ActionListenerImpl
public class ActionListenerImpl
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.
Constructor Summary | |
---|---|
ActionListenerImpl()
|
Method Summary | |
---|---|
void |
processAction(javax.faces.event.ActionEvent event)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionListenerImpl()
Method Detail |
---|
public void processAction(javax.faces.event.ActionEvent event)
processAction
in interface javax.faces.event.ActionListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |