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 SiteSite.Source. siteFields in org.bsc.confluence.model with type parameters of type Site Modifier and Type Field Description protected static Stack<Site>Site. _SITEMethods in org.bsc.confluence.model that return Site Modifier and Type Method Description default SiteSiteFactory.Model. createFrom(File siteDescriptor, Map<String,Object> variables)SiteSiteFactory.Folder. createSiteFromFolder()SiteSiteFactory.Model. createSiteFromModel(Map<String,Object> variables)Methods in org.bsc.confluence.model with parameters of type Site Modifier and Type Method Description static StringSitePrinter. getPrintableStringForResource(Site site, URI uri)static StringSitePrinter. getPrintableStringForResource(Site site, Site.Source source)static voidSitePrinter. print(Site site, PrintStream out)static voidSitePrinter. printChildren(Site site, PrintStream out, int level, Site.Page parent)static voidSitePrinter. printSource(Site site, PrintStream out, int level, char c, Site.Source source)static StringSiteProcessor. 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
-