HTML_BASIC render-kit
component-family: javax.faces.Output renderer-type: javax.faces.Head


Render the markup for a <head> element.

Decode Behavior

Encode Behavior

This renderer is not responsible for rendering its children.


Note:

Attributes with a ignored-by-renderer value of true are not interpreted by the renderer and are conveyed straight to the rendered markup, without checking for validity. Attributes with a ignored-by-renderer value of false are interpreted by the renderer, and may or may not be checked for validity by the renderer.

Attributes
attribute-name ignored-by-renderer attribute-class description default-value
 dir true java.lang.String Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left). These attributes are case sensitive when rendering to XHTML, so care must be taken to have the correct case. undefined
 id false java.lang.String

The component identifier for this component. This value must be unique within the closest parent component that is a naming container.

undefined
 lang true java.lang.String Code describing the language used in the generated markup for this component. undefined
 xmlns true java.lang.String
An XML Namespace to be passed through to the rendered element
undefined

Copyright (c) 2003-2017 Oracle America, Inc. All Rights Reserved.