alloy
Tag body
- 
- Description:
 - 
Body is a UIOutput that renders a
<body>element for webapps and a<div>for portlets. Since it extends HtmlBody, it supports all the features of h:body. 
 
- 
- Since:
 - 3.2.5-ga6
 
 
| Info | Value | 
|---|---|
| Component Type | com.liferay.faces.alloy.component.body.Body | 
| Handler Class | None | 
| Renderer Type | com.liferay.faces.alloy.component.body.BodyRenderer | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | HTML passthrough attribute specifying the css style of the element. | 
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |