close

Filter

loading table of contents...

Search Manual / Version 2101

Table Of Contents

5.4.1.2 Customizing the content types list

You can extend the set of indexed content beans by customizing a property of the content selector called contentTypeNames. This is useful when you use extensions (see the [Developer Manual] for details), because an extension can not extend a property file but it can extend Spring configuration.

The following example defines a simple configuration which customizes the bean contentTypeNames, defined in file caefeeder-triggers.xml, by adding a CMPicture to the set of content types defined in feeder.contentSelector.contentTypes:

<customize:append id="contentTypeNamesCustomizer" bean="contentTypeNames">
  <list>
    <value>CMPicture</value>
  </list>
</customize:append>

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.