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 ExcerptConfig
ExcerptConfig.Builder. build()
Methods in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type ExcerptConfig Modifier and Type Method Description String
DefaultExcerpter. createExcerpt(ContentEntityObject contentEntity, String outputType, ExcerptConfig config)
String
DefaultExcerpter. createExcerpt(String contentHtml, ExcerptConfig config)
String
Excerpter. createExcerpt(ContentEntityObject contentEntity, String outputType, ExcerptConfig config)
Creates an excerpt of the contentEntityObject excluding any html tags that are in the exclude set.
-