When an ATG server instance is started, the framework data that is stored in XML files is unmarshalled for conversion. The unmarshalling process first combines the XML framework object definitions using the xml-combine XML attribute. For detailed information on xml-combine and data binding, refer to the ATG Platform Programming Guide.

Once the XML files are combined, the data is then unmarshalled. The unmarshalled data is available as a framework-template, which is the root element for all framework objects and is used to access all framework and other related elements.

When the data is unmarshalled, the ObjectFactory class creates various instances of framework objects. The following components are used to catalog framework object servlet bean instances in a map, and provide a finder method to obtain framework definition objects:


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