Class DebugActionListener

java.lang.Object
org.apache.myfaces.tobago.util.DebugActionListener
All Implemented Interfaces:
jakarta.faces.event.ActionListener, jakarta.faces.event.FacesListener, EventListener

public class DebugActionListener extends Object implements jakarta.faces.event.ActionListener
  • Field Summary

    Fields inherited from interface jakarta.faces.event.ActionListener

    TO_FLOW_DOCUMENT_ID_ATTR_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    DebugActionListener(jakarta.faces.event.ActionListener actionListener)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processAction(jakarta.faces.event.ActionEvent actionEvent)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DebugActionListener

      public DebugActionListener(jakarta.faces.event.ActionListener actionListener)
  • Method Details

    • processAction

      public void processAction(jakarta.faces.event.ActionEvent actionEvent) throws jakarta.faces.event.AbortProcessingException
      Specified by:
      processAction in interface jakarta.faces.event.ActionListener
      Throws:
      jakarta.faces.event.AbortProcessingException