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>

Provides a simple implementation of ActionListener that can be subclassed by developers wishing to provide specialized behavior to an existing ActionListener instance. The default implementation of all methods is to call through to the wrapped ActionListener.

Usage: extend this class and override getWrapped() to return the instance we are wrapping.

Since:
2.2