Projet esup-lecture
Pages enfant
  • Installation guide V1

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

  • 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)

Element categoryProfile :

...