Uses of Interface
com.atlassian.confluence.diff.DiffPostProcessor
-
Packages that use DiffPostProcessor Package Description com.atlassian.confluence.diff -
-
Uses of DiffPostProcessor in com.atlassian.confluence.diff
Classes in com.atlassian.confluence.diff that implement DiffPostProcessor Modifier and Type Class Description classContextBlockMarkingDiffPostProcessorA DiffPostProcessor that will mark blocks of content around the diff to aid the identification of context.classMacroIconInsertingPostProcessorAdds icons and friendly titles to diff headers in macros.classStripDaisyDiffDataPostProcessorStrips daisydiff specific attributes from document.classStripEmptySpansDiffPostProcessorCONFDEV-6604 A DiffPostProcessor that removes any empty span elements from the document, since these are invalid html and make IE8 fail to render the page correctly.classStripToContextDiffPostProcessorA DiffPostProcessor that will return a document containing only the blocks of content that are either containing a diff or are context for a diff.classXSLDiffPostProcessorA DiffPostProcessor that will apply a configured XSL stylesheet to the Document.Constructor parameters in com.atlassian.confluence.diff with type arguments of type DiffPostProcessor Constructor Description DaisyHtmlDiffer(Transformer transformer, List<DiffPostProcessor> postProcessors, com.atlassian.cache.CacheFactory cacheFactory, LocaleManager localeManager)Deprecated, for removal: This API element is subject to removal in a future version.since 8.6
-