public class HtmlOutputFormat
extends javax.faces.component.html.HtmlOutputFormat
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
HtmlOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDir()
Return the value of the
dir property. |
java.lang.String |
getFamily() |
java.lang.String |
getLang()
Return the value of the
lang property. |
java.lang.String |
getRendererType() |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries
in the state Object.
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a
Serializable
Object. |
void |
setDir(java.lang.String dir)
Set the value of the
dir property. |
void |
setLang(java.lang.String lang)
Set the value of the
lang property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
getStyle, getTitle, isEscape, setEscape, setStyle, setTitleclearInitialState, getConverter, getLocalValue, getValue, markInitialState, setConverter, setValueaddClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String RENDERER_TYPE
public java.lang.String getRendererType()
getRendererType in class javax.faces.component.UIComponentBasepublic java.lang.String getFamily()
getFamily in class javax.faces.component.UIOutputpublic void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
setStyleClass in class javax.faces.component.html.HtmlOutputFormatpublic java.lang.String getStyleClass()
Return the value of the styleClass property.
getStyleClass in class javax.faces.component.html.HtmlOutputFormatpublic java.lang.String getDir()
Return the value of the dir property. Contents:
Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
getDir in class javax.faces.component.html.HtmlOutputFormatpublic void setDir(java.lang.String dir)
Set the value of the dir property.
setDir in class javax.faces.component.html.HtmlOutputFormatpublic java.lang.String getLang()
Return the value of the lang property. Contents:
Code describing the language used in the generated markup for this component.
getLang in class javax.faces.component.html.HtmlOutputFormatpublic void setLang(java.lang.String lang)
Set the value of the lang property.
setLang in class javax.faces.component.html.HtmlOutputFormatpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a Serializable
Object.
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIOutputpublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries in the state Object.
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIOutputCopyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.