Sun GlassFish Enterprise Server v3 Prelude Add-On Component Development Guide

org.glassfish.admingui:treeNode Integration Point

Use an org.glassfish.admingui:treeNode integration point to insert a node in the Administration Console navigation tree. Specify the attributes and their content as follows.

type

org.glassfish.admingui:treeNode

parentId

The id value of the treeNode that is the parent for this node. The parentId can be any of the following:

tree

The root node of the entire navigation tree. Use this value to place your node at the top level of the tree. You can then use the id of this node to create additional nodes beneath it.

registration

The Registration node

applicationServer

The Application Server node

applications

The Applications node

webApplications

The Web Applications node under the Applications node

resources

The Resources node

configuration

The Configuration node

webContainer

The Web Container node under the Configuration node

httpService

The HTTP Service node under the Configuration node


Note –

The webContainer and httpService nodes are available only if you installed the web container module for the Administration Console (the console-web-gui.jar OSGi bundle).


priority

A numeric value that specifies the relative ordering of the node on the tree, whether at the top level or under another node.

content

A relative path to the JSF file that contains the content to be integrated.

For an example, see Example 3–2.