- All Implemented Interfaces:
- EventListener, StateHolder, FacesListener, ValueChangeListener
public class DelegateValueChangeListener
extends Object
implements ValueChangeListener, StateHolder
This class is used in conjunction with ValueChangeListenerTag.
When a tag like this is in a jsp page:
<f:valueChangeListener binding="#{mybean}"/>
or
<f:valueChangeListener 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: 1798014 $ $Date: 2017-06-07 23:23:59 -0400 (Wed, 07 Jun 2017) $
- Author:
- Leonardo Uribe (latest modification by $Author: lu4242 $)