| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | com.liferay.oauth2.provider.web.internal.tree.tag.TreeTag |
TagExtraInfo Class | None |
Body Content | scriptless |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
leafJspFragment | true | false | javax.servlet.jsp.tagext.JspFragment | A required JSP Fragment describing how a tree leaf is rendered. |
nodeJspFragment | true | false | javax.servlet.jsp.tagext.JspFragment | A required JSP Fragment describing how a tree node is rendered. |
trees | true | true | java.util.Collection | A collection of trees to be rendered |
Variables | ||||
Name | Type | Declare | Scope | Description |
parentNodes | java.util.Collection | true | NESTED | This variable contains the list of parent tree nodes of the current tree |
tree | com.liferay.oauth2.provider.web.internal.tree.Tree | true | NESTED | This variable contains the tree that is currently being rendered |
| |||||||
FRAMES NO FRAMES |