WebSphere Commerce EnterpriseWebSphere Commerce Professional

System configurator extension point

The IBM Sales Center platform provides the ability to specify a system configurator for identifying which extensions will be used over the default extensions. The purpose of this extension point is to allow plug-ins to specify the location of their system configurator.

Identifier:

com.ibm.commerce.telesales.configurator

Description:

The IBM Sales Center platform provides the ability to specify a system configurator for identifying which extensions will be used over the default extensions. The purpose of this extension point is to allow plug-ins to specify the location of their system configurator.

Configuration Markup:

<!ELEMENT extension ( configurator)>

<!ATTLIST extension

point CDATA #REQUIRED

id CDATA #IMPLIED

name CDATA #IMPLIED>

  • point - The fully qualified identifier of the target extension point.
  • id - The optional identifier of the target extension point
  • name - The optional name of the extension instance

<!ELEMENT configurator EMPTY>

<!ATTLIST configurator

path CDATA #REQUIRED>

  • path - The unique path that will be used to locate the config.ini.

Examples:

The following is an example for the system configurator extension point:


   
 <extension 
       point=
 "com.ibm.commerce.telesales.configurator"
 > 
      
 <configurator 
         path=
 "configuration"
 >
      
 </configurator> 
   
 </extension> 

API Information:

The value of the attribute

configurator

must be the fully qualified path that contains a

config.ini

file.

Supplied Implementation:

The workbench uses this extension to locate config.ini definitions for replacing default IBM Sales Center extensions.