close

Filter

loading table of contents...

Search Manual / Version 2101

Table Of Contents

5.4.1.1 Configuring the Content Selector

The file caefeeder-triggers.xml located in classpath /framework/spring/caefeeder/ contains the Spring Framework bean definition of the content selector. The default implementation PathAndTypeContentSelector selects contents by type and path. You can configure it with the following properties:

feeder.contentSelector.basePath
Specifies a comma-separated list of content repository folder paths.
feeder.contentSelector.contentTypes
Contains a comma-separated list of content types.
feeder.contentSelector.includeSubTypes
Specifies whether subtypes of the configured content types are selected as well. The default is true.
Example

Example 5.3, “ContentSelector example” selects all contents of type CMMedia, CMArticle, CMDownload and CMCollection (including sub types) which are located below the path /Sites:

feeder.contentSelector.basePath=/Sites
feeder.contentSelector.contentTypes=CMMedia,CMArticle,CMDownload,CMCollection
feeder.contentSelector.includeSubTypes=true

Example 5.3. ContentSelector example


Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

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