The repository element defines one or more item-descriptor filters for a repository, and contains the following attributes:

Attribute

Description

name

The path name to the repository.

item-descriptor

The name of the item-descriptor to filter upon. The item-descriptor elements are nested under the repository element so that item-descriptors from the same repository are grouped together in the XML file. If you xml-combine any item-descriptor definitions, they are presented together under the repository element in the combined XML.

The following is an example of the repository element:

<repository name="/atg/commerce/catalog/ProductCatalog">
  <item-descriptor  name="media-external" default-filter="summary">
    <filter id="default">
      <property name="url"/>
      <property name="mimeType"/>
    </filter>
  </item-descriptor>
</repository>

The alias element defines an alternate component path for the repository definition. The name attribute of the alias element defines the path of the repository.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices