Package docsite.emitters
Class TextGeneratedSectionEmitter
java.lang.Object
docsite.SectionEmitter
docsite.emitters.GeneratedSectionEmitter
docsite.emitters.TextGeneratedSectionEmitter
-
Field Summary
Fields inherited from class docsite.SectionEmitter
ancestorEmitters, availableLanguages, baseDir, childEmitters, globalImages, INDEX_FILE, localization, logger, metadata, outputFolder, rootEmitter, scripts, section, sectionImages, site, siteLanguage, themeColors, TOC_MAX_LEVEL, TOC_MIN_LEVEL, useCDN
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected j2html.tags.specialized.AsideTag
createTableOfContents
(j2html.tags.specialized.SectionTag sectionTag) protected j2html.tags.specialized.SectionTag
generateSectionContent
(j2html.tags.Tag<?> before) Methods inherited from class docsite.emitters.GeneratedSectionEmitter
createLinkToSection, createSectionContent, createTableOfContentsFromHtml, generateHeadersId, hrefId, normalizeLinks, origin, removeH1, replaceLocalImages, replaceMermaidDiagrams, url, url
Methods inherited from class docsite.SectionEmitter
createBreadcrumbs, emitHTML, emitHTML, href, outputPath, translate
-
Constructor Details
-
TextGeneratedSectionEmitter
-
-
Method Details
-
generateSectionContent
protected j2html.tags.specialized.SectionTag generateSectionContent(j2html.tags.Tag<?> before) - Specified by:
generateSectionContent
in classGeneratedSectionEmitter
-
createTableOfContents
protected j2html.tags.specialized.AsideTag createTableOfContents(j2html.tags.specialized.SectionTag sectionTag) - Overrides:
createTableOfContents
in classGeneratedSectionEmitter
-