Exit Print View

Sun GlassFish Enterprise Server v3 Add-On Component Development Guide

  This Document Entire Library
Print View

Document Information

Preface

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

2.  Writing HK2 Components

3.  Extending the Administration Console

4.  Extending the asadmin Utility

5.  Adding Container Capabilities

6.  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

org.glassfish.admingui:rightPanel Integration Point

Use an org.glassfish.admingui:rightPanel integration point to specify content for the right frame of the Administration Console. Specify the attributes and their content as follows.

type

org.glassfish.admingui:rightPanel

parentId

None.

priority

A numeric value that specifies the relative ordering. If multiple plug-ins specify content for the right frame, the one with greater priority will take precedence.

content

A path relative to the root of the plug-in JAR file to a file containing the content for the right panel. Alternatively, it may contain a full URL which will deliver the content for the right panel.