Class AsciidocConfluencePage
- java.lang.Object
-
- org.sahli.asciidoc.confluence.publisher.converter.AsciidocConfluencePage
-
public class AsciidocConfluencePage extends Object
- Author:
- Alain Sahli, Christian Stettler
-
-
Method Summary
-
-
-
Method Detail
-
content
public String content()
-
pageTitle
public String pageTitle()
-
newAsciidocConfluencePage
public static AsciidocConfluencePage newAsciidocConfluencePage(AsciidocPagesStructureProvider.AsciidocPage asciidocPage, Charset sourceEncoding, Path templatesDir, Path pageAssetsFolder)
-
newAsciidocConfluencePage
public static AsciidocConfluencePage newAsciidocConfluencePage(AsciidocPagesStructureProvider.AsciidocPage asciidocPage, Charset sourceEncoding, Path templatesDir, Path pageAssetsFolder, String spaceKey)
-
newAsciidocConfluencePage
public static AsciidocConfluencePage newAsciidocConfluencePage(AsciidocPagesStructureProvider.AsciidocPage asciidocPage, Charset sourceEncoding, Path templatesDir, Path pageAssetsFolder, Map<String,Object> userAttributes)
-
newAsciidocConfluencePage
public static AsciidocConfluencePage newAsciidocConfluencePage(AsciidocPagesStructureProvider.AsciidocPage asciidocPage, Charset sourceEncoding, Path templatesDir, Path pageAssetsFolder, PageTitlePostProcessor pageTitlePostProcessor)
-
newAsciidocConfluencePage
public static AsciidocConfluencePage newAsciidocConfluencePage(AsciidocPagesStructureProvider.AsciidocPage asciidocPage, Charset sourceEncoding, Path templatesDir, Path pageAssetsFolder, PageTitlePostProcessor pageTitlePostProcessor, Map<String,Object> userAttributes)
-
newAsciidocConfluencePage
public static AsciidocConfluencePage newAsciidocConfluencePage(AsciidocPagesStructureProvider.AsciidocPage asciidocPage, Charset sourceEncoding, Path templatesDir, Path pageAssetsFolder, PageTitlePostProcessor pageTitlePostProcessor, Map<String,Object> userAttributes, String spaceKey)
-
-