Package jakarta.faces.event
Class ActionListenerWrapper
- java.lang.Object
- 
- jakarta.faces.event.ActionListenerWrapper
 
- 
- All Implemented Interfaces:
- ActionListener,- FacesListener,- FacesWrapper<ActionListener>,- EventListener
 
 public abstract class ActionListenerWrapper extends Object implements ActionListener, FacesWrapper<ActionListener> 
- 
- 
Field Summary- 
Fields inherited from interface jakarta.faces.event.ActionListenerTO_FLOW_DOCUMENT_ID_ATTR_NAME
 
- 
 - 
Constructor SummaryConstructors Constructor Description ActionListenerWrapper()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ActionListenergetWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped.voidprocessAction(ActionEvent actionEvent)
 
- 
- 
- 
Method Detail- 
processActionpublic void processAction(ActionEvent actionEvent) throws AbortProcessingException - Specified by:
- processActionin interface- ActionListener
- Throws:
- AbortProcessingException
 
 - 
getWrappedpublic abstract ActionListener getWrapped() Description copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<ActionListener>
- Returns:
- the instance of the class being wrapped
 
 
- 
 
-