The item-descriptor element filters the properties returned for an item-descriptor placed in the modelMap. It uses the following attributes:

Attribute

Description

name

The name of the item descriptor.

default-filter

The ID of the default filter for this item-descriptor. If you define more than one filter, specify a default filter to avoid errors in the case where no filter is specified in the ModelMap.

The following is an example of the item-descriptor element:

<repository name="/atg/multisite/SiteRepository">
  <item-descriptor name="siteConfiguration">
    <filter id="short">
      <property name="id" />
      <property name="name" />
    </filter>
  </item-descriptor>
</repository>

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