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 pass-through value of true are not interpreted by the renderer and are passed straight through to the rendered markup, without checking for validity. Attributes with a pass-through value of false are interpreted by the renderer, and may or may not be checked for validity by the renderer.

Attributes
attribute-name pass-through 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). 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-2010 Oracle America, Inc. All Rights Reserved.