{
final GraphicsOutputProcessor gop = new GraphicsOutputProcessor
(LibLayoutBoot.getInstance().getGlobalConfig());
// Stage one: Global values ..
final LayoutProcess dlpPrep1 = new ChainingLayoutProcess(new DefaultLayoutProcess(gop));
executeFirst(dlpPrep1);
// Stage two: Pagination
final LayoutProcess dlpPrep2 =
new ChainingLayoutProcess(new DefaultLayoutProcess(gop));
final LayoutProcessState[] layoutProcessStates = executeSecond(dlpPrep2);
// Stage Three: Content generation ..
for (int i = 0; i < layoutProcessStates.length; i++)