CentraSite 10.7 | CentraSite Developer's Guide | Customizing CentraSite | Customization of CentraSite Control | Customizing Content Pages
 
Customizing Content Pages
 
Extension Points
Activating the IDE
To customize Content pages, you can use extension points for the CentraSite Control and implement Java classes and methods to plug in to the extension points. An extension point is characterized by the following properties:
*An ID by which it can be referenced.
*An interface to be implemented by plug-ins. In most cases there is also an abstract base class available that implements the interface. It is recommended to extend this class for your own extensions.
*Names of properties to be provided by a plug-in.
*Optionally, it may be related / compared to a corresponding extension point offered in an Eclipse environment.
An extension point provides the name of a class that implements the interface and property values. In general, if there is an abstract base class, its usage is strongly encouraged.