The media-internal sub-types differ only in the way the data property is defined. The data property is either binary (for media-internal-binary items) or text (for media-internal-text items).

The media-internal item types define their own length and lastModified properties. The mimeType property is a user-defined property that is computed by the MimeTyperPropertyDescriptor class, which determines the value from the name property.

The url property of the media-internal item types is a user-defined property computed by the atg.distributor.DistributorPropertyDescriptor class. When a customer accesses a media-internal-binary or media-internal-text item, the /atg/commerce/catalog/ContentDistributorPool service extracts the content from the database and generates a URL to make the item accessible to a Web browser.

For more information about configuring content distributors, see the Content Distribution chapter of the Platform Programming Guide.

Note: Do not define large amounts of data, such as product images, as media-internal-binary items. Doing so may increase the size and reduce the speed of deployment. The media-internal-binary items should be used for small amounts of data. For large amounts of data, use the media-external item type.


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