Uses of Interface
com.atlassian.confluence.impl.content.duplicatetags.DuplicateNestedTagsRemover
-
-
Uses of DuplicateNestedTagsRemover in com.atlassian.confluence.impl.content.duplicatetags
Constructors in com.atlassian.confluence.impl.content.duplicatetags with parameters of type DuplicateNestedTagsRemover Constructor Description NestedDuplicateTagsRemoverInterceptor(DuplicateNestedTagsRemover duplicateNestedTagsRemover) -
Uses of DuplicateNestedTagsRemover in com.atlassian.confluence.impl.content.duplicatetags.internal
Classes in com.atlassian.confluence.impl.content.duplicatetags.internal that implement DuplicateNestedTagsRemover Modifier and Type Class Description classDuplicateNestedTagsRemoverImplRemoves all duplicate nested tags, see the corresponding CONFSERVER-54754 ticket -
Uses of DuplicateNestedTagsRemover in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type DuplicateNestedTagsRemover Modifier and Type Method Description voidCopyPageAction. setDuplicateNestedTagsRemover(DuplicateNestedTagsRemover duplicateNestedTagsRemover)
-