Uses of Class
org.bsc.confluence.model.SiteProcessor.PageContent
-
Packages that use SiteProcessor.PageContent Package Description org.bsc.confluence.model -
-
Uses of SiteProcessor.PageContent in org.bsc.confluence.model
Methods in org.bsc.confluence.model that return types with arguments of type SiteProcessor.PageContent Modifier and Type Method Description static <P extends Site.Page>
CompletableFuture<SiteProcessor.PageContent>SiteProcessor. processPageUri(Site site, P child, Optional<ConfluenceService.Model.Page> page, URI uri, Optional<String> pagePrefixToApply)Method parameters in org.bsc.confluence.model with type arguments of type SiteProcessor.PageContent Modifier and Type Method Description static <T,P extends Site.Page>
TSiteProcessor. processUriContent(Site site, P child, URI uri, Optional<String> homePageTitle, java.util.function.Function<SiteProcessor.PageContent,T> onSuccess)
-