Uses of Class
com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
Packages that use ExcerptConfig.Builder
-
Uses of ExcerptConfig.Builder in com.atlassian.confluence.content.render.xhtml.view.excerpt
Methods in com.atlassian.confluence.content.render.xhtml.view.excerpt that return ExcerptConfig.BuilderModifier and TypeMethodDescriptionstatic ExcerptConfig.Builder
ExcerptConfig.builder()
Factory method for creating builders for this classExcerptConfig.Builder.excludedLastHtmlElement
(Iterable<String> excludedLastHtmlElement) ExcerptConfig.Builder.excludeHtmlElements
(Iterable<String> exclude) ExcerptConfig.Builder.ignoreUserDefinedExcerpt
(boolean ignoreUserDefinedExcerpt) ExcerptConfig.Builder.macroDefinitionUpdater
(MacroDefinitionUpdater macroDefinitionUpdater) ExcerptConfig.Builder.maxBlocks
(int maxBlocks) ExcerptConfig.Builder.maxCharCount
(int maxCharCount) ExcerptConfig.Builder.minBlocks
(int minBlocks) ExcerptConfig.Builder.minCharCount
(int minCharCount) Constructors in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type ExcerptConfig.Builder