Uses of Class
com.atlassian.confluence.content.render.xhtml.view.excerpt.ExcerptConfig.Builder

Packages that use ExcerptConfig.Builder
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
static ExcerptConfig.Builder ExcerptConfig.builder()
          Factory method for creating builders for this class
 ExcerptConfig.Builder ExcerptConfig.Builder.excludedLastHtmlElement(Iterable<String> excludedLastHtmlElement)
           
 ExcerptConfig.Builder ExcerptConfig.Builder.excludeHtmlElements(Iterable<String> exclude)
           
 ExcerptConfig.Builder ExcerptConfig.Builder.macroDefinitionUpdater(MacroDefinitionUpdater macroDefinitionUpdater)
           
 ExcerptConfig.Builder ExcerptConfig.Builder.maxBlocks(int maxBlocks)
           
 ExcerptConfig.Builder ExcerptConfig.Builder.maxCharCount(int maxCharCount)
           
 ExcerptConfig.Builder ExcerptConfig.Builder.minBlocks(int minBlocks)
           
 ExcerptConfig.Builder ExcerptConfig.Builder.minCharCount(int minCharCount)
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type ExcerptConfig.Builder
ExcerptConfig(ExcerptConfig.Builder builder)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.