JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle GlassFish Server 3.1 Add-On Component Development Guide
search filter icon
search icon

Document Information

Preface

1.   Introduction to the Development Environment for GlassFish Server Add-On Components

2.  Writing HK2 Components

3.  Extending the Administration Console

4.  Extending the asadmin Utility

5.  Adding Monitoring Capabilities

6.  Adding Configuration Data for a Component

7.  Adding Container Capabilities

8.  Creating a Session Persistence Module

9.  Packaging, Integrating, and Delivering an Add-On Component

A.  Integration Point Reference

Integration Point Attributes

org.glassfish.admingui:navNode Integration Point

org.glassfish.admingui:rightPanel Integration Point

org.glassfish.admingui:rightPanelTitle Integration Point

org.glassfish.admingui:serverInstTab Integration Point

org.glassfish.admingui:commonTask Integration Point

org.glassfish.admingui:configuration Integration Point

org.glassfish.admingui:resources Integration Point

org.glassfish.admingui:customtheme Integration Point

org.glassfish.admingui:masthead Integration Point

org.glassfish.admingui:loginimage Integration Point

org.glassfish.admingui:loginform Integration Point

org.glassfish.admingui:versioninfo Integration Point

Index

Integration Point Attributes

For each integration-point element, specify the following attributes. Each attribute takes a string value.

id

An identifier for the integration point. The remaining sections of this appendix do not provide details about specifying this attribute.

parentId

The ID of the integration point's parent.

type

The type of the integration point.

priority

A numeric value that specifies the relative ordering of integration points with the same parentId. A lower number specifies a higher priority (for example, 100 represents a higher priority than 400). You may need to experiment in order to place the integration point where you want it. This attribute is optional.

content

A relative path to the JavaServer Faces page that contains the content to be integrated. Typically, the file contains a JavaServer Faces code fragment that is incorporated into a page. The code fragment often specifies a link to another JavaServer Faces page that appears when a user clicks the link.