Reference > IBM Sales Center extension points


Resource bundle extension point

The IBM Sales Center resources plug-in centralizes the resources for the IBM Sales Center implementation plug-ins. This extension point allows others to provide custom resources specific to their needs. The base Sales Center resource bundle can be found in the resources folder in the com.ibm.commerce.telesales.resources plug-in. If a custom resource bundle declares the same key as the base resource bundle, then the custom resource will be used. Resources are accessed through the API provided by com.ibm.commerce.telesales.resources.Resources.


Identifier:

com.ibm.commerce.telesales.resources.resources


Description:

The IBM Sales Center resources plug-in centralizes the resources for the IBM Sales Center implementation plug-ins. This extension point allows others to provide custom resources specific to their needs. The base Sales Center resource bundle can be found in the resources folder in the com.ibm.commerce.telesales.resources plug-in. If a custom resource bundle declares the same key as the base resource bundle, then the custom resource will be used. Resources are accessed through the API provided by com.ibm.commerce.telesales.resources.Resources.


Configuration Markup:

<!ELEMENT extension ( resourceBundle*)>

<!ATTLIST extension

point CDATA #REQUIRED

id CDATA #IMPLIED

name CDATA #IMPLIED>

<!ELEMENT resourceBundle EMPTY>

<!ATTLIST resourceBundle

baseName CDATA #IMPLIED>


Examples:

The following is an example for the resources extension point:

    
<extension
       point=
 "com.ibm.commerce.telesales.resources.resources.resources"
 >       

<resourceBundle
         baseName=
 "com.mycompany.resources"
 >       

</resourceBundle>    

</extension>


+

Search Tips   |   Advanced Search