1.0 1.2 Tags for Security tree org.apache.jetspeed.portlets.tags.PortletTreeControlTag empty Render a "tree" control, based on the current state of a data object of type org.apache.webapp.admin.TreeControl, which is identified by the name specified in the "tree" attribute, in the JSP scope specified by the "scope" attribute. action false true Hyperlink to which expand/contract actions should be sent, with a string "${node}" marking where the node name of the affected node should be included (which will usually be as the value of a request parameter). images false true Name of a directory containing the images for our icons, relative to the page including this tag. If not specified, defaults to "images". scope false true The JSP scope within which the "tree" attribute is to be found (page, request, session, or application). If not specified, the "tree" attribute will be searched for in any scope. style false true The CSS style class to be applied to the entire rendered output of the tree control. If not specified, no overall style class is applied. styleSelected false true The CSS style class to be applied to the text of any node that is currently selected. If not specified, no style class will be applied to the text of the selected node. styleUnselected false true The CSS style class to be applied to the text of any node that is *not* currently selected. If not specified, no style class will be applied to the text of non-selected nodes. tree false true Name of the attribute (in the scope specified by the "scope" attribute, if any) under which an object of type org.apache.webapp.admin.TreeControl is stored. This object represents the entire current state of the tree, including a representation of the hierarchical representation of the nodes, plus the current expanded/ or contracted state of non-leaf nodes.