presentation = factory.createViewPresentation(parent, site);
}
//don't initialize editors at creation time - it will not contain any parts
if (role != ROLE_EDITOR && memento != null && serializer != null) {
presentation.restoreState(serializer, memento);
}
return presentation;
}