Uses of Interface
com.atlassian.confluence.diff.Differ
-
-
Uses of Differ in com.atlassian.confluence.diff
Classes in com.atlassian.confluence.diff that implement Differ Modifier and Type Class Description class
DaisyHtmlDiffer
Daisy HTML diff implementation.class
WikiConvertingHtmlDiffer
A Differ implementation that will inspect theBodyType
of the content being diff'd and convert any wiki content to HTML prior to diffing using the supplied DaisyHtmlDiffer delegate.Methods in com.atlassian.confluence.diff that return Differ Modifier and Type Method Description Differ
DiffContextConfiguration. htmlDiffer()
The Differ component to use when rendering diffs for display in an HTML client. -
Uses of Differ in com.atlassian.confluence.diff.actions
Methods in com.atlassian.confluence.diff.actions with parameters of type Differ Modifier and Type Method Description void
ViewDiffOfDraftAction. setHtmlDiffer(Differ htmlDiffer)
-
Uses of Differ in com.atlassian.confluence.diff.beans
Constructors in com.atlassian.confluence.diff.beans with parameters of type Differ Constructor Description ConfluenceDiffDraftBean(ContentEntityObject original, Draft latest, Differ differ)
-
Uses of Differ in com.atlassian.confluence.mail.notification
Constructors in com.atlassian.confluence.mail.notification with parameters of type Differ Constructor Description DefaultNotificationsSender(UserAccessor userAccessor, com.atlassian.core.task.MultiQueueTaskManager taskManager, NotificationManager notificationManager, Renderer viewRenderer, PermissionManager permissionManager, FormatSettingsManager formatSettingsManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, Differ differ, NotificationRenderManager notificationRenderManager, DataSourceFactory dataSourceFactory, ConfluenceAccessManager confluenceAccessManager)
-
Uses of Differ in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type Differ Modifier and Type Method Description void
AbstractDiffPagesAction. setHtmlDiffer(Differ differ)
void
AbstractEditPageAction. setHtmlDiffer(Differ differ)
-
Uses of Differ in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type Differ Constructor Description PageResource(CommentService commentService, NotificationManager notificationManager, CommentRenderService commentRenderService, CaptchaManager captchaManager, FormatConverter converter, PageManager pageManager, PermissionManager permissionManager, com.atlassian.xwork.XsrfTokenGenerator tokenGenerator, DraftsTransitionHelper draftsTransitionHelper, HeartbeatManager heartbeatManager, Differ differ, UserChecker userChecker, CollaborativeEditingHelper collaborativeEditingHelper, com.atlassian.event.api.EventPublisher eventPublisher, StorageFormatCleaner storageFormatCleaner)
-