| |||||||
| FRAMES NO FRAMES | |||||||
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. | Tag Information | |
| Tag Class | .OutputBodyTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| converter | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
| Converter instance registered with this component. |
| id | false | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
| rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true. |
| value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| The current value of this component. |
| binding | false | false | javax.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. |
| |||||||
| FRAMES NO FRAMES | |||||||