h
Tag head


Render the markup for a <head> element.

Decode Behavior

Encode Behavior



Tag Information
Tag Class.OutputHeadTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
dirfalsefalsejavax.el.ValueExpression
(must evaluate to 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.
idfalsetruejava.lang.String

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

langfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Code describing the language used in the generated markup for this component.
xmlnsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An XML Namespace to be passed through to the rendered element
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean

Variables
No Variables Defined.