| Package | Description |
|---|---|
| org.bsc.confluence.model | |
| org.bsc.markdown |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Site.Home |
| Modifier and Type | Method | Description |
|---|---|---|
static <P extends Site.Page> |
SiteProcessor.processPageUri(Site site,
P child,
Optional<ConfluenceService.Model.Page> page,
URI uri,
Optional<String> pagePrefixToApply) |
|
static <P extends Site.Page> |
SiteProcessor.processUriContent(Site site,
P child,
URI uri,
Optional<String> homePageTitle) |
| Modifier and Type | Method | Description |
|---|---|---|
Site.Page |
Site.Page.getParent() |
| Modifier and Type | Method | 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 | 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.setChild(Site.Page child) |
need for XmlMapper
|
void |
Site.Page.setParent(Site.Page p) |
| Modifier and Type | Method | Description |
|---|---|---|
Optional<Site.Page> |
Site.Page.findPage(java.util.function.Predicate<Site.Page> criteria) |
| Constructor | Description |
|---|---|
ChildListProxy(Site.Page parent) |
| Modifier and Type | Method | Description |
|---|---|---|
default Optional<Site.Page> |
MarkdownParserContext.getPage() |
the current Page Model Object
|
Copyright © 2022. All rights reserved.