Class MethodExpressionActionListener

java.lang.Object
jakarta.faces.event.MethodExpressionActionListener
All Implemented Interfaces:
StateHolder, ActionListener, FacesListener, EventListener

public class MethodExpressionActionListener extends Object implements ActionListener, StateHolder

MethodExpressionActionListener is an ActionListener that wraps a MethodExpression. When it receives a ActionEvent, it executes a method on an object identified by the MethodExpression.