Enabling Your Plug-in Components

To enable the plug-in components you have defined, you must add a configuration-root/com/escenic/service/LinkHeaderManager.properties file to the same configuration layers and define a service property for each plug-in component as shown below:

$class=com.escenic.webservice.manager.LinkHeaderPluginManager

service.myProvider-1=/com/myCompany/linkHeaderPlugins/MyFirstLinkHeaderPlugin
service.myProvider-2=/com/myCompany/linkHeaderPlugins/MySecondLinkHeaderPlugin

Each service property must have a unique suffix after the ., but you can choose any naming convention you like. The properties must define the locations of the plug-in configurations you created in Configuring the Default Link Header Plug-in.