MarlinBean compositeRoot = new MarlinBean(STACK_LAYOUT_NAME);
// delegate all of the attributes to the RootAttribtueMap
compositeRoot.setAttributeMap(RootAttributeMap.getAttributeMap());
compositeRoot.addIndexedChild(brandingFlow);
compositeRoot.addIndexedChild(
ContextPoppingUINode.getUINode(NAVIGATION1_CHILD));
compositeRoot.addIndexedChild(
ContextPoppingUINode.getUINode(NAVIGATION2_CHILD));