...
- categoryProfilesUrl is an alternative way to declare category profiles, which are in this case defined externally. It is used in coordination with applications who are able to show urls containing categoryProfiles definitions. categoryProfilesUrl has the following attributes :
- url : The url containing categoryprofiles definitions_. _ This url must be a xml file with a root element containing categoryprofile elements (see below), like this :
Bloc de code <?xml version="1.0" encoding="UTF-8"?> <categoryProfilesUrl> <categoryProfile>...</categoryProfile> <categoryProfile>...</categoryProfile> ... </categoryProfilesUrl>
- timeout (milliseconds) : time trying to get the categoryProfilesUrl. If unsuccessfull, a new attempt will be made after the time indicated in defaultTtl property (in seconds) of bean channel (see properties/domain/domain.xml)
- url : The url containing categoryprofiles definitions_. _ This url must be a xml file with a root element containing categoryprofile elements (see below), like this :
Element categoryProfile :
...