Uses of Class
org.bsc.confluence.model.Site
-
Packages that use Site Package Description org.bsc.confluence.model org.bsc.markdown -
-
Uses of Site in org.bsc.confluence.model
Fields in org.bsc.confluence.model declared as Site Modifier and Type Field Description protected Site
Site.Source. site
Fields in org.bsc.confluence.model with type parameters of type Site Modifier and Type Field Description protected static Stack<Site>
Site. _SITE
Methods in org.bsc.confluence.model that return Site Modifier and Type Method Description default Site
SiteFactory.Model. createFrom(File siteDescriptor, Map<String,Object> variables)
Site
SiteFactory.Folder. createSiteFromFolder()
Site
SiteFactory.Model. createSiteFromModel(Map<String,Object> variables)
Methods in org.bsc.confluence.model with parameters of type Site Modifier and Type Method Description static String
SitePrinter. getPrintableStringForResource(Site site, URI uri)
static String
SitePrinter. getPrintableStringForResource(Site site, Site.Source source)
static void
SitePrinter. print(Site site, PrintStream out)
static void
SitePrinter. printChildren(Site site, PrintStream out, int level, Site.Page parent)
static void
SitePrinter. printSource(Site site, PrintStream out, int level, char c, Site.Source source)
static String
SiteProcessor. processMarkdown(Site site, Site.Page child, ConfluenceService.Model.Page page, String content, String pagePrefixToApply)
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)
-
Uses of Site in org.bsc.markdown
Methods in org.bsc.markdown that return types with arguments of type Site Modifier and Type Method Description default Optional<Site>
MarkdownParserContext. getSite()
The Site Model Object
-