Package org.apache.myfaces.application
Class ActionListenerImpl
- java.lang.Object
- 
- org.apache.myfaces.application.ActionListenerImpl
 
- 
- All Implemented Interfaces:
- ActionListener,- FacesListener,- EventListener
 
 public class ActionListenerImpl extends Object implements ActionListener - Version:
- $Revision$ $Date$
- Author:
- Manfred Geiler (latest modification by $Author$), Anton Koinov
 
- 
- 
Field Summary- 
Fields inherited from interface jakarta.faces.event.ActionListenerTO_FLOW_DOCUMENT_ID_ATTR_NAME
 
- 
 - 
Constructor SummaryConstructors Constructor Description ActionListenerImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessAction(ActionEvent actionEvent)
 
- 
- 
- 
Method Detail- 
processActionpublic void processAction(ActionEvent actionEvent) throws AbortProcessingException - Specified by:
- processActionin interface- ActionListener
- Throws:
- AbortProcessingException
 
 
- 
 
-