javax.faces.component

Class UIOutput

public class UIOutput extends UIComponentBase implements ValueHolder

Version: $Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $

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

Field Summary
static StringCOMPONENT_FAMILY
static StringCOMPONENT_TYPE
Constructor Summary
UIOutput()
Method Summary
ConvertergetConverter()
StringgetFamily()
ObjectgetLocalValue()
ObjectgetValue()
voidrestoreState(FacesContext context, Object state)
ObjectsaveState(FacesContext context)
voidsetConverter(Converter converter)
voidsetValue(Object value)

Field Detail

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Detail

UIOutput

public UIOutput()

Method Detail

getConverter

public Converter getConverter()

getFamily

public String getFamily()

getLocalValue

public Object getLocalValue()

getValue

public Object getValue()

restoreState

public void restoreState(FacesContext context, Object state)

saveState

public Object saveState(FacesContext context)

setConverter

public void setConverter(Converter converter)

setValue

public void setValue(Object value)