| Attributes |
| Name | Required | Request-time | Type | Description |
| binding | no | true | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
| divider | no | true | java.lang.String | The title of the group divider that will be rendered before the menu item for this view. |
| id | no | 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. |
| includeInMenu | no | true | boolean | Flag to specify whether to include this view in the main menu. Default = 'true'. |
| menuIcon | no | true | java.lang.String | The name of the icon to use for this view in the main menu. Possible values are Font Awesome icon names, without the prefix ('fa-'). These names can be found on this page http://fortawesome.github.io/Font-Awesome/icons/ . |
| navBarGroup | no | true | java.lang.String | The nav bar group that this view will be rendered for. |
| rendered | no | true | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
| splash | no | true | boolean | Show this view as the splash screen. |
| style | no | true | java.lang.String | Sets the CSS style definition to be applied to this component. |
| styleClass | no | true | java.lang.String | Sets the CSS class to apply to this component. |
| title | no | true | java.lang.String | The title of this view. Default = '(no title)'. |