Class DebugActionListener

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

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

    Fields inherited from interface javax.faces.event.ActionListener

    TO_FLOW_DOCUMENT_ID_ATTR_NAME
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    void
    processAction(javax.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(javax.faces.event.ActionListener actionListener)
  • Method Details

    • processAction

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