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.ActionListener
TO_FLOW_DOCUMENT_ID_ATTR_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ActionListener
A class that implements this interface uses this method to return an instance of the class being wrapped.void
processAction
(ActionEvent actionEvent)
-
Constructor Details
-
ActionListenerWrapper
public ActionListenerWrapper()
-
-
Method Details
-
processAction
- Specified by:
processAction
in interfaceActionListener
- Throws:
AbortProcessingException
-
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
getWrapped
in interfaceFacesWrapper<ActionListener>
- Returns:
- the instance of the class being wrapped
-