Uses of Class
com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder
-
Packages that use ExcerptConfig.Builder Package Description com.atlassian.confluence.content.render.xhtml.view.excerpt -
-
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.Builder Modifier and Type Method Description static ExcerptConfig.BuilderExcerptConfig. builder()Factory method for creating builders for this classExcerptConfig.BuilderExcerptConfig.Builder. excludedLastHtmlElement(Iterable<String> excludedLastHtmlElement)ExcerptConfig.BuilderExcerptConfig.Builder. excludeHtmlElements(Iterable<String> exclude)ExcerptConfig.BuilderExcerptConfig.Builder. ignoreUserDefinedExcerpt(boolean ignoreUserDefinedExcerpt)ExcerptConfig.BuilderExcerptConfig.Builder. macroDefinitionUpdater(MacroDefinitionUpdater macroDefinitionUpdater)ExcerptConfig.BuilderExcerptConfig.Builder. maxBlocks(int maxBlocks)ExcerptConfig.BuilderExcerptConfig.Builder. maxCharCount(int maxCharCount)ExcerptConfig.BuilderExcerptConfig.Builder. minBlocks(int minBlocks)ExcerptConfig.BuilderExcerptConfig.Builder. minCharCount(int minCharCount)Constructors in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type ExcerptConfig.Builder Constructor Description ExcerptConfig(ExcerptConfig.Builder builder)
-