The Repository Loader example is configured with TypeMapping components for each of its item types. The TypeMapping determines which ContentHandler component processes items. The following table shows which TypeMapping and ContentHandler components are defined in the Nucleus directory /atg/rl-example/ExampleRepository:

Item type

TypeMapping component

ContentHandler component

fileFolder

FolderTypeMapping

ContentHandler

textFileAsset

UnparsedContentTypeMapping

ContentHandler

htmlArticle

HtmlArticleTypeMapping

HtmlArticleContentHandler

txtPressRelease

PressReleaseTXTTypeMapping

ContentHandler

xmlPressRelease

PressReleaseXMLTypeMapping

ContentHandler

gifImage

GifImageTypeMapping

ContentHandler

jpgImage

JpgImageTypeMapping

ContentHandler

user

UserTypeMapping

UserContentHandler

Note: All type mappings that do not require XSL preprocessing use the ContentHandler component.


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