org.apache.myfaces.taglib.core
Class DelegateValueChangeListener
java.lang.Object
org.apache.myfaces.taglib.core.DelegateValueChangeListener
- 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:
or
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: 698799 $ $Date: 2008-09-25 02:03:47 +0000 (Thu, 25 Sep 2008) $
- Author:
- Leonardo Uribe (latest modification by $Author: slessard $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegateValueChangeListener
public DelegateValueChangeListener()
DelegateValueChangeListener
public DelegateValueChangeListener(javax.el.ValueExpression type,
javax.el.ValueExpression binding)
isTransient
public boolean isTransient()
- Specified by:
isTransient
in interface StateHolder
restoreState
public void restoreState(FacesContext facesContext,
Object state)
- Specified by:
restoreState
in interface StateHolder
saveState
public Object saveState(FacesContext facesContext)
- Specified by:
saveState
in interface StateHolder
setTransient
public void setTransient(boolean arg0)
- Specified by:
setTransient
in interface StateHolder
processValueChange
public void processValueChange(ValueChangeEvent event)
throws AbortProcessingException
- Specified by:
processValueChange
in interface ValueChangeListener
- Throws:
AbortProcessingException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.