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