Package docsite.emitters
Class GroupSectionEmitter
java.lang.Object
docsite.SectionEmitter
docsite.emitters.GroupSectionEmitter
-
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 TypeMethodDescriptionj2html.tags.specialized.ATag
createLinkToSection
(boolean withIcon) protected j2html.tags.specialized.SectionTag
protected j2html.tags.specialized.AsideTag
createTableOfContents
(j2html.tags.specialized.SectionTag sectionTag) protected String
url()
protected String
url
(SiteLanguage language) Methods inherited from class docsite.SectionEmitter
createBreadcrumbs, emitHTML, emitHTML, href, origin, outputPath, translate
-
Constructor Details
-
GroupSectionEmitter
-
-
Method Details
-
url
- Specified by:
url
in classSectionEmitter
-
url
- Specified by:
url
in classSectionEmitter
-
createLinkToSection
public j2html.tags.specialized.ATag createLinkToSection(boolean withIcon) - Specified by:
createLinkToSection
in classSectionEmitter
-
createSectionContent
protected j2html.tags.specialized.SectionTag createSectionContent()- Specified by:
createSectionContent
in classSectionEmitter
-
createTableOfContents
protected j2html.tags.specialized.AsideTag createTableOfContents(j2html.tags.specialized.SectionTag sectionTag) - Specified by:
createTableOfContents
in classSectionEmitter
-