org.apache.myfaces.custom.savestate

Class UISaveState

public class UISaveState extends UIParameter

This component defines a model value (via the "value" attribute), of which the state has to be saved and restored by the StateRenderer.

Version: $Revision: 231036 $ $Date: 2005-08-09 15:55:20 +0200 (Tue, 09 Aug 2005) $

Author: Manfred Geiler (latest modification by $Author: svieujot $)

Field Summary
static StringCOMPONENT_FAMILY
static StringCOMPONENT_TYPE
Constructor Summary
UISaveState()
Method Summary
StringgetFamily()
voidrestoreState(FacesContext context, Object state)
ObjectsaveState(FacesContext context)

Field Detail

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Detail

UISaveState

public UISaveState()

Method Detail

getFamily

public String getFamily()

restoreState

public void restoreState(FacesContext context, Object state)

saveState

public Object saveState(FacesContext context)