By default, the ATG platform registers the following classes and interfaces automatically as DynamicBeans:
java.lang.Object
java.util.Map
atg.repository.RepositoryItem
atg.userprofiling.Profile
atg.servlet.DynamoHttpServletRequest(parameters are treated as properties)
org.w3c.xml.Node(attributes and bean properties are treated as properties)
The following are automatically registered as dynamic types:
java.lang.Class(introspection determines properties)
java.util.Map(treated as a prototype instance of aMapbean)

