Uses of Class
org.bsc.confluence.model.Site.Page
-
Packages that use Site.Page Package Description org.bsc.confluence.model org.bsc.markdown -
-
Uses of Site.Page in org.bsc.confluence.model
Subclasses of Site.Page in org.bsc.confluence.model Modifier and Type Class Description static class
Site.Home
Methods in org.bsc.confluence.model with type parameters of type Site.Page Modifier and Type Method Description static <P extends Site.Page>
CompletableFuture<SiteProcessor.PageContent>SiteProcessor. processPageUri(Site site, P child, ConfluenceService.Model.Page page, URI uri, String pagePrefixToApply)
static <P extends Site.Page>
CompletableFuture<SiteProcessor.PageContent>SiteProcessor. processUriContent(Site site, P child, URI uri, String homePageTitle)
Methods in org.bsc.confluence.model that return Site.Page Modifier and Type Method Description Site.Page
Site.Page. getParent()
Methods in org.bsc.confluence.model that return types with arguments of type Site.Page Modifier and Type Method Description Optional<Site.Page>
Site.Page. findPage(Predicate<Site.Page> criteria)
List<Site.Page>
Site.Page. getChildren()
static List<Site.Page>
ChildListProxy. newInstance(Site.Page parent)
Methods in org.bsc.confluence.model with parameters of type Site.Page 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, ConfluenceService.Model.Page page, String content, String pagePrefixToApply)
void
Site.Page. setChild(Site.Page child)
need for XmlMappervoid
Site.Page. setParent(Site.Page p)
Method parameters in org.bsc.confluence.model with type arguments of type Site.Page Modifier and Type Method Description Optional<Site.Page>
Site.Page. findPage(Predicate<Site.Page> criteria)
Constructors in org.bsc.confluence.model with parameters of type Site.Page Constructor Description ChildListProxy(Site.Page parent)
-
Uses of Site.Page in org.bsc.markdown
Methods in org.bsc.markdown that return types with arguments of type Site.Page Modifier and Type Method Description default Optional<Site.Page>
MarkdownParserContext. getPage()
the current Page Model Object
-