// Make sure that the default fragment is set.
setDefaultFragment(layout);
// Activate all the formats.
FormatActivatorFactoryImpl factory = new FormatActivatorFactoryImpl();
FormatActivator activator = new RecursingFormatActivatorImpl(factory);
Format rootFormat = layout.getRootFormat();
activator.activate(rootFormat);
// create container name -> {fragment, index} map