public SuiteHistoryFormatter getSuiteHistoryFormatter() {
if (suiteHistoryFormatter == null) {
HistoryWriterFactory source = new HistoryWriterFactory();
suiteHistoryFormatter = new SuiteHistoryFormatter(context, page, source);
}
return suiteHistoryFormatter;
}