if (job == null)
{
throw new NullPointerException();
}
stateList = new PageStateList(this);
physicalMapping = new IntList(40);
logicalMapping = new IntList(20);
final ReportContext context = createReportContext(job, target);
final LayoutControllerFactory layoutFactory =
context.getLayoutControllerFactory();