MarlinBean compositeRoot = new MarlinBean(FLOW_LAYOUT_NAME);
// delegate all of the attributes to the RootAttributeMap
compositeRoot.setAttributeMap(RootAttributeMap.getAttributeMap());
compositeRoot.addIndexedChild(
_sCreateSkipNavigationLink(skipNavigationAnchor));
compositeRoot.addIndexedChild(pageHeader);
compositeRoot.addIndexedChild(content);
compositeRoot.addIndexedChild(footer);
return compositeRoot;
}