Uses of Class
com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig
-
Packages that use ExcerptConfig Package Description com.atlassian.confluence.content.render.xhtml.view.excerpt -
-
Uses of ExcerptConfig in com.atlassian.confluence.content.render.xhtml.view.excerpt
Methods in com.atlassian.confluence.content.render.xhtml.view.excerpt that return ExcerptConfig Modifier and Type Method Description ExcerptConfigExcerptConfig.Builder. build()Methods in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type ExcerptConfig Modifier and Type Method Description StringDefaultExcerpter. createExcerpt(ContentEntityObject contentEntity, String outputType, ExcerptConfig config)StringDefaultExcerpter. createExcerpt(String contentHtml, ExcerptConfig config)StringExcerpter. createExcerpt(ContentEntityObject contentEntity, String outputType, ExcerptConfig config)Creates an excerpt of the contentEntityObject excluding any html tags that are in the exclude set.
-