This document describes CentraSite Control's pluggable architecture. Using this architecture, you can extend CentraSite Control's functionality by adding your own features with appropriate graphical user interfaces and Java classes.
The document contains the following sections:
This section gives an overview of the pluggable architecture and indicates the areas of functionality in which user-defined plug-ins can be added. |
||
This section describes the available extension points for the CentraSite Control Welcome page, as well as the Java classes and methods that you need to implement in order to plug in to the extension points. |
||
This section describes the available extension points for the CentraSite Control content pages, as well as the Java classes and methods that you need to implement in order to plug in to the extension points. |
||
This section describes how to set a preferred extension point when you invoke the user interface. |
||
This section describes how to install and uninstall plug-ins. |
||
This section describes topics of particular interest to advanced users. |
||
This section summarizes the Javadoc documentation for the Java classes and methods that define the extension points. |
||
This section gives you step-by-step instructions on how to create, install and use sample plug-ins. |