179180181182183184185186187
template); } protected DocPage getPage(DocPage parentPage, String pageTitle) throws Exception { RemotePage page = service.getPage(token, spaceKey, pageTitle); return new DocPage(parentPage, page.getTitle(), page.getId(), page .getContent()); }