org.apache.myfaces.custom.buffer

Class Buffer


public class Buffer
extends UIComponentBase

Version:
$Revision: 220263 $ $Date: 2005-07-22 09:43:15 +0200 (Fri, 22 Jul 2005) $
Author:
Sylvain Vieujot (latest modification by $Author: baranda $)

Field Summary

static String
COMPONENT_FAMILY
static String
COMPONENT_TYPE

Constructor Summary

Buffer()

Method Summary

String
getFamily()
protected String
getInto()
void
restoreState(FacesContext context, Object state)
Object
saveState(FacesContext context)
void
setInto(String intoExpression)

Field Details

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Details

Buffer

public Buffer()

Method Details

getFamily

public String getFamily()

getInto

protected String getInto()

restoreState

public void restoreState(FacesContext context,
                         Object state)

saveState

public Object saveState(FacesContext context)

setInto

public void setInto(String intoExpression)