Package docsite.emitters
Class CopySectionEmitter
java.lang.Object
docsite.SectionEmitter
docsite.emitters.CopySectionEmitter
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionj2html.tags.specialized.ATagcreateLinkToSection(boolean withIcon) protected j2html.tags.specialized.SectionTagprotected j2html.tags.specialized.AsideTagcreateTableOfContents(j2html.tags.specialized.SectionTag section) voidemitHTML()protected Stringurl()protected Stringurl(SiteLanguage language) Methods inherited from class docsite.SectionEmitter
createBreadcrumbs, emitHTML, href, origin, outputPath, translate
-
Constructor Details
-
CopySectionEmitter
-
-
Method Details
-
url
- Specified by:
urlin classSectionEmitter
-
url
- Specified by:
urlin classSectionEmitter
-
createLinkToSection
public j2html.tags.specialized.ATag createLinkToSection(boolean withIcon) - Specified by:
createLinkToSectionin classSectionEmitter
-
createSectionContent
protected j2html.tags.specialized.SectionTag createSectionContent()- Specified by:
createSectionContentin classSectionEmitter
-
createTableOfContents
protected j2html.tags.specialized.AsideTag createTableOfContents(j2html.tags.specialized.SectionTag section) - Specified by:
createTableOfContentsin classSectionEmitter
-
emitHTML
- Overrides:
emitHTMLin classSectionEmitter- Throws:
IOException
-