org.apache.myfaces.custom.updateactionlistener

Class UpdateActionListener

Implemented Interfaces:
ActionListener, StateHolder, ValueHolder

public class UpdateActionListener
extends java.lang.Object
implements ActionListener, ValueHolder, StateHolder

Version:
$Revision: 169651 $ $Date: 2005-05-11 18:14:23 +0200 (Wed, 11 May 2005) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $)

Method Summary

Converter
getConverter()
Object
getLocalValue()
ValueBinding
getPropertyBinding()
Object
getValue()
ValueBinding
getValueBinding()
boolean
isTransient()
void
processAction(ActionEvent actionEvent)
void
restoreState(FacesContext context, Object state)
Object
saveState(FacesContext context)
void
setConverter(Converter converter)
void
setPropertyBinding(ValueBinding propertyBinding)
void
setTransient(boolean newTransientValue)
void
setValue(Object value)
void
setValueBinding(ValueBinding valueBinding)

Method Details

getConverter

public Converter getConverter()

getLocalValue

public Object getLocalValue()

getPropertyBinding

public ValueBinding getPropertyBinding()

getValue

public Object getValue()

getValueBinding

public ValueBinding getValueBinding()

isTransient

public boolean isTransient()

processAction

public void processAction(ActionEvent actionEvent)
            throws AbortProcessingException

restoreState

public void restoreState(FacesContext context,
                         Object state)

saveState

public Object saveState(FacesContext context)

setConverter

public void setConverter(Converter converter)

setPropertyBinding

public void setPropertyBinding(ValueBinding propertyBinding)

setTransient

public void setTransient(boolean newTransientValue)

setValue

public void setValue(Object value)

setValueBinding

public void setValueBinding(ValueBinding valueBinding)