public class Page extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Page> |
forSection(Section section,
List<Section> allSections,
List<Template> templates,
SiteTableOfContents toc,
String gitHubRepoUrl,
String gitHubBranchName,
List<SectionVersion> sectionVersions,
String siteRootUrl) |
String |
getBaseName() |
static String |
getCompletePageContent(Section section,
List<Section> sections,
SiteTableOfContents toc,
AsciiDocPage page,
List<Template> templates,
String gitHubRepoUrl,
String gitHubBranchName,
List<SectionVersion> sectionVersions,
String siteRootUrl) |
String |
getContent() |
public static List<Page> forSection(Section section, List<Section> allSections, List<Template> templates, SiteTableOfContents toc, String gitHubRepoUrl, String gitHubBranchName, List<SectionVersion> sectionVersions, String siteRootUrl)
public static String getCompletePageContent(Section section, List<Section> sections, SiteTableOfContents toc, AsciiDocPage page, List<Template> templates, String gitHubRepoUrl, String gitHubBranchName, List<SectionVersion> sectionVersions, String siteRootUrl)
public String getContent()
public String getBaseName()
Copyright © 2016 MuleSoft, Inc.. All rights reserved.