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 String
COMPONENT_FAMILY
static String
COMPONENT_TYPE

Constructor Summary

UISaveState()

Method Summary

String
getFamily()
void
restoreState(FacesContext context, Object state)
Object
saveState(FacesContext context)

Field Details

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Details

UISaveState

public UISaveState()

Method Details

getFamily

public String getFamily()

restoreState

public void restoreState(FacesContext context,
                         Object state)

saveState

public Object saveState(FacesContext context)