Class AbstractTemplateCustomization

    • Field Detail

      • tocTitle

        protected String tocTitle
        Table of Contents title.
        Since:
        0.4.0
      • headerEnabled

        protected boolean headerEnabled
        If the header should be enabled or not.
        Since:
        0.2.0
      • tableOfContentsEnabled

        protected boolean tableOfContentsEnabled
        Should the "Table of Contents" enabled or not.
        Since:
        0.2.0
      • includeUnknownGroup

        protected boolean includeUnknownGroup
        If the 'Unknown group' should be included or not.
        Since:
        0.3.0
      • unknownGroupLocalization

        protected String unknownGroupLocalization
        Returns the title for the unknown group.
        Since:
        0.4.0
      • includeEnvFormat

        @Deprecated(forRemoval=true,
                    since="0.6.0")
        protected boolean includeEnvFormat
        Deprecated, for removal: This API element is subject to removal in a future version.
        If the properties should be converted to their environment variable representation to have a quicker way to copy and paste them.
        Since:
        0.4.0
      • includeGenerationDate

        protected boolean includeGenerationDate
        If the generation date should be rendered into the document or not.
        Since:
        0.4.0
      • removeEmptyGroups

        protected boolean removeEmptyGroups
        If empty groups must be removed from the final document or not.
        Since:
        0.4.0
      • locale

        protected String locale
        Locale to be used during the i18n process.
        Since:
        0.4.0
      • contentCustomization

        protected ContentCustomization contentCustomization
        Field storing customization options for the content template.
        Since:
        0.6.0
      • templateMode

        protected TemplateMode templateMode
        Controls the template mode.

        By default, the mode is STANDARD to provide backward compatibility.

        Since:
        0.6.0
    • Constructor Detail

      • AbstractTemplateCustomization

        public AbstractTemplateCustomization()