javax.faces.component.html

Class HtmlOutputFormat

Implemented Interfaces:
StateHolder, ValueHolder

public class HtmlOutputFormat
extends UIOutput

Version:
$Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $
Author:
Thomas Spiegl (latest modification by $Author: mwessendorf $)

Field Summary

static String
COMPONENT_TYPE

Fields inherited from class javax.faces.component.UIOutput

COMPONENT_FAMILY, COMPONENT_TYPE

Constructor Summary

HtmlOutputFormat()

Method Summary

String
getStyle()
String
getStyleClass()
String
getTitle()
boolean
isEscape()
void
restoreState(FacesContext context, Object state)
Object
saveState(FacesContext context)
void
setEscape(boolean escape)
void
setStyle(String style)
void
setStyleClass(String styleClass)
void
setTitle(String title)

Methods inherited from class javax.faces.component.UIOutput

getConverter, getFamily, getLocalValue, getValue, restoreState, saveState, setConverter, setValue

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_TYPE

public static final String COMPONENT_TYPE

Constructor Details

HtmlOutputFormat

public HtmlOutputFormat()

Method Details

getStyle

public String getStyle()

getStyleClass

public String getStyleClass()

getTitle

public String getTitle()

isEscape

public boolean isEscape()

restoreState

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

saveState

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

setEscape

public void setEscape(boolean escape)

setStyle

public void setStyle(String style)

setStyleClass

public void setStyleClass(String styleClass)

setTitle

public void setTitle(String title)