}
protected void loadContent() {
drlTextEditorService.call(getLoadContentSuccessCallback(),
new CommandDrivenErrorCallback(view,
new CommandBuilder().addNoSuchFileException(view,
multiPage,
menus).build()
)).loadContent(versionRecordManager.getCurrentPath());
}