javax.faces.component

Class UIOutput

Implemented Interfaces:
StateHolder, ValueHolder
Known Direct Subclasses:
HtmlOutputFormat, HtmlOutputLabel, HtmlOutputLink, HtmlOutputText, UIInput

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

Constructor Summary

UIOutput()

Method Summary

Converter
getConverter()
String
getFamily()
Object
getLocalValue()
Object
getValue()
void
restoreState(FacesContext context, Object state)
Object
saveState(FacesContext context)
void
setConverter(Converter converter)
void
setValue(Object value)

Methods inherited from class javax.faces.component.UIComponentBase

addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding

Methods inherited from class javax.faces.component.UIComponent

addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getFamily, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, setId, setParent, setRendered, setRendererType, setValueBinding

Field Details

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Details

UIOutput

public UIOutput()

Method Details

getConverter

public Converter getConverter()
Specified by:
getConverter in interface ValueHolder

getFamily

public String getFamily()
Overrides:
getFamily in interface UIComponent

getLocalValue

public Object getLocalValue()
Specified by:
getLocalValue in interface ValueHolder

getValue

public Object getValue()
Specified by:
getValue in interface ValueHolder

restoreState

public void restoreState(FacesContext context,
                         Object state)
Overrides:
restoreState in interface UIComponentBase

saveState

public Object saveState(FacesContext context)
Specified by:
saveState in interface StateHolder
Overrides:
saveState in interface UIComponentBase

setConverter

public void setConverter(Converter converter)
Specified by:
setConverter in interface ValueHolder

setValue

public void setValue(Object value)
Specified by:
setValue in interface ValueHolder