org.apache.myfaces.taglib.core
Class DelegateValueChangeListener
java.lang.Object
org.apache.myfaces.taglib.core.DelegateValueChangeListener
- All Implemented Interfaces:
- java.util.EventListener, javax.faces.component.StateHolder, javax.faces.event.FacesListener, javax.faces.event.ValueChangeListener
public class DelegateValueChangeListener
- extends java.lang.Object
- implements javax.faces.event.ValueChangeListener, javax.faces.component.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: 600199 $ $Date: 2007-12-01 16:28:15 -0500 (Sat, 01 Dec 2007) $
- Author:
- Leonardo Uribe (latest modification by $Author: lu4242 $)
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 javax.faces.component.StateHolder
restoreState
public void restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext facesContext)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
setTransient
public void setTransient(boolean arg0)
- Specified by:
setTransient
in interface javax.faces.component.StateHolder
processValueChange
public void processValueChange(javax.faces.event.ValueChangeEvent event)
throws javax.faces.event.AbortProcessingException
- Specified by:
processValueChange
in interface javax.faces.event.ValueChangeListener
- Throws:
javax.faces.event.AbortProcessingException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.