Class DelegateActionListener

  • All Implemented Interfaces:
    EventListener, StateHolder, ActionListener, FacesListener

    public class DelegateActionListener
    extends Object
    implements ActionListener, StateHolder
    This class is used in conjunction with ActionListenerTag. When a tag like this is in a jsp page: <f:actionListener binding="#{mybean}"/> or <f:actionListener type="#{'anyid'}" binding="#{mybean}"/> The value of mybean could be already on the context, so this converter avoid creating a new variable and use the previous one.
    Version:
    $Revision$ $Date$
    Author:
    Leonardo Uribe (latest modification by $Author$)