|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.struts.faces.application.ActionListenerImpl
Concrete implementation of ActionListener
that replaces
the default provided implementation. It converts application-level events
into execution of the corresponding Struts request processing lifecycle.
Field Summary | |
protected static org.apache.commons.logging.Log |
log
The logger for this instance. |
Constructor Summary | |
ActionListenerImpl()
|
Method Summary | |
javax.faces.event.PhaseId |
getPhaseId()
Describe the phase identifier for which we are interested in processing events. |
void |
processAction(javax.faces.event.ActionEvent event)
Process the specified ActionEvent . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.commons.logging.Log log
The logger for this instance.
Constructor Detail |
public ActionListenerImpl()
Method Detail |
public javax.faces.event.PhaseId getPhaseId()
Describe the phase identifier for which we are interested in processing events.
getPhaseId
in interface javax.faces.event.FacesListener
public void processAction(javax.faces.event.ActionEvent event) throws javax.faces.event.AbortProcessingException
Process the specified ActionEvent
.
processAction
in interface javax.faces.event.ActionListener
event
- The ActionEvent
to be processed
javax.faces.event.AbortProcessingException
- to signal that no further
event processing should be performed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |