com.sun.faces.taglib.jsf_core
Class SetPropertyActionListenerImpl

java.lang.Object
  extended by com.sun.faces.taglib.jsf_core.SetPropertyActionListenerImpl
All Implemented Interfaces:
java.util.EventListener, javax.faces.component.StateHolder, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class SetPropertyActionListenerImpl
extends java.lang.Object
implements javax.faces.event.ActionListener, javax.faces.component.StateHolder


Constructor Summary
SetPropertyActionListenerImpl()
           
SetPropertyActionListenerImpl(javax.el.ValueExpression target, javax.el.ValueExpression value)
           
 
Method Summary
 boolean isTransient()
           
 void processAction(javax.faces.event.ActionEvent e)
           
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setTransient(boolean newTransientValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetPropertyActionListenerImpl

public SetPropertyActionListenerImpl()

SetPropertyActionListenerImpl

public SetPropertyActionListenerImpl(javax.el.ValueExpression target,
                                     javax.el.ValueExpression value)
Method Detail

processAction

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

setTransient

public void setTransient(boolean newTransientValue)
Specified by:
setTransient in interface javax.faces.component.StateHolder

isTransient

public boolean isTransient()
Specified by:
isTransient in interface javax.faces.component.StateHolder

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.