Render the markup for a <head>
element.
Decode Behavior
No action is required during decode for this renderer.
Encode Behavior
Render the starting <head>
element tag. Just before rendering the
closing </head>
element tag, render any resources that have been targeted
for this "head" element:
UIViewRoot
instance.List
of component resources targeted for
this "head" element with a call to UIViewRoot.getComponentResources()
with the String "head"
as the argument.List
of UIComponent
instances
and call encodeAll
on each UIComponent
instance.
</head>
element tag.
This renderer is not responsible for rendering its children.
This renderer-type has no attributes