public class HtmlHead extends UIOutput
By default, the rendererType
property must be set to "javax.faces.Head
".
This value can be changed by calling the setRendererType()
method.
Modifier and Type | Class and Description |
---|---|
protected static class |
HtmlHead.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE
The standard component type for this component.
|
COMPONENT_FAMILY
bindings
Constructor and Description |
---|
HtmlHead() |
Modifier and Type | Method and Description |
---|---|
String |
getDir()
Return the value of the
dir property. |
String |
getLang()
Return the value of the
lang property. |
String |
getXmlns()
Return the value of the
xmlns property. |
void |
setDir(String dir)
Set the value of the
dir property. |
void |
setLang(String lang)
Set the value of the
lang property. |
void |
setXmlns(String xmlns)
Set the value of the
xmlns property. |
getConverter, getFamily, getLocalValue, getValue, restoreState, saveState, setConverter, setValue
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getContainerClientId, getValueExpression, setValueExpression
public static final String COMPONENT_TYPE
The standard component type for this component.
public 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).
public void setDir(String dir)
Set the value of the dir
property.
public String getLang()
Return the value of the lang
property.
Contents: Code describing the language used in the generated markup for this component.
public void setLang(String lang)
Set the value of the lang
property.
public String getXmlns()
Return the value of the xmlns
property.
Contents:
public void setXmlns(String xmlns)
Set the value of the xmlns
property.
Copyright © 2018 JBoss by Red Hat. All rights reserved.