| Package | Description |
|---|---|
| org.bsc.confluence.model | |
| org.bsc.markdown |
| Modifier and Type | Class and Description |
|---|---|
static class |
Site.Home |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Site.Page> |
SiteProcessor.processPageUri(Site site,
P child,
Optional<ConfluenceService.Model.Page> page,
URI uri,
Optional<String> pagePrefixToApply) |
static <T,P extends Site.Page> |
SiteProcessor.processUriContent(Site site,
P child,
URI uri,
Optional<String> homePageTitle,
java.util.function.Function<SiteProcessor.PageContent,T> onSuccess) |
| Modifier and Type | Method and Description |
|---|---|
Site.Page |
Site.Page.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Site.Page> |
Site.Page.findPage(java.util.function.Predicate<Site.Page> criteria) |
List<Site.Page> |
Site.Page.getChildren() |
static List<Site.Page> |
ChildListProxy.newInstance(Site.Page parent) |
| Modifier and Type | Method and Description |
|---|---|
static List<Site.Page> |
ChildListProxy.newInstance(Site.Page parent) |
static void |
SitePrinter.printChildren(Site site,
PrintStream out,
int level,
Site.Page parent) |
static String |
SiteProcessor.processMarkdown(Site site,
Site.Page child,
Optional<ConfluenceService.Model.Page> page,
String content,
Optional<String> pagePrefixToApply) |
void |
Site.Page.setParent(Site.Page p) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Site.Page> |
Site.Page.findPage(java.util.function.Predicate<Site.Page> criteria) |
| Constructor and Description |
|---|
ChildListProxy(Site.Page parent) |
| Modifier and Type | Method and Description |
|---|---|
default Optional<Site.Page> |
MarkdownParserContext.getPage()
the current Page Model Object
|
Copyright © 2020. All rights reserved.