org.apache.myfaces.trinidadinternal.taglib.listener
Class SetActionListener

java.lang.Object
  extended by org.apache.myfaces.trinidad.bean.FacesBeanImpl
      extended by org.apache.myfaces.trinidadinternal.taglib.listener.SetActionListener
All Implemented Interfaces:
java.util.EventListener, javax.faces.component.StateHolder, javax.faces.event.ActionListener, javax.faces.event.FacesListener, org.apache.myfaces.trinidad.bean.FacesBean

public class SetActionListener
extends org.apache.myfaces.trinidad.bean.FacesBeanImpl
implements javax.faces.event.ActionListener, javax.faces.component.StateHolder

JavaServer Faces version 1.2 a setPropertyActionListener, which provides the same functionality. In JSF 1.2 days this class should be deprecated.

Author:
The Oracle ADF Faces Team

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.myfaces.trinidad.bean.FacesBean
org.apache.myfaces.trinidad.bean.FacesBean.Type
 
Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey FROM_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey TO_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
 
Constructor Summary
SetActionListener()
           
 
Method Summary
 java.lang.Object getFrom()
           
 org.apache.myfaces.trinidad.bean.FacesBean.Type getType()
           
 boolean isTransient()
           
 void processAction(javax.faces.event.ActionEvent event)
           
 void setFrom(java.lang.Object from)
           
 void setTransient(boolean newTransientValue)
           
 
Methods inherited from class org.apache.myfaces.trinidad.bean.FacesBeanImpl
addAll, addEntry, bindingKeySet, containsEntry, createBindingsMap, createPropertyMap, entries, getEntries, getLocalProperty, getLocalPropertyImpl, getProperty, getRawProperty, getValueBinding, keySet, markInitialState, removeEntry, restoreState, saveState, setProperty, setPropertyImpl, setValueBinding, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.faces.component.StateHolder
restoreState, saveState
 

Field Detail

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

FROM_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey FROM_KEY

TO_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey TO_KEY
Constructor Detail

SetActionListener

public SetActionListener()
Method Detail

processAction

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

getFrom

public java.lang.Object getFrom()

setFrom

public void setFrom(java.lang.Object from)

getType

public org.apache.myfaces.trinidad.bean.FacesBean.Type getType()
Specified by:
getType in interface org.apache.myfaces.trinidad.bean.FacesBean
Specified by:
getType in class org.apache.myfaces.trinidad.bean.FacesBeanImpl

isTransient

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

setTransient

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


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.