Version 9.6
 —  CentraSite Control Pluggable Architecture  —

Setting the Preferred Plug-in and Order of Plug-ins

You can adapt the URL used to invoke the pluggable user interface with a preferred plug-in by appending a query parameter such as

PLUGIN=com.centrasite.control

So the modified URL would be:

http://localhost:53307/PluggableUI/servlet/StartCISPage?PAGEURL=/PluggableUI/Login.html&PLUGIN=com.centrasite.control&LOCALE=en

The value of the PLUGIN parameter must match the value of the id parameter of a <plugin> root element in one of the plug-ins. This sets the preferred plug-in.

This implies that for all extensions for a specific extension point, the extensions belonging to the referenced plug-in will be first in order (normally the order is determined by the order attribute in the plug-in configuration file).

For any extension point, the order of the associated extensions is determined by the following properties:

Depending on the extension point, the order of the extensions has a specific impact, for example:

Top of page