Uses of Interface
com.atlassian.confluence.xhtml.api.XhtmlContent
Package
Description
-
Uses of XhtmlContent in com.atlassian.confluence.content.render.xhtml
-
Uses of XhtmlContent in com.atlassian.confluence.internal.content.collab
ModifierConstructorDescriptionAttachmentRelatedContentReconciliationListener
(LinkManager linkManager, ContentReconciliationManager reconciliationManager, SynchronizationManagerInternal synchronizationManager, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentEntityObjectDaoInternal contentEntityObjectDao, BodyContentQuerier bodyContentQuerier, XhtmlContent xhtmlContent, ReconciliationExecutorService reconciliationExecutorService) ReconcileReferringContentTask
(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentReconciliationManager reconciliationManager, ContentEntityObjectDaoInternal contentEntityObjectDao, LinkManager linkManager, BodyContentQuerier bodyContentQuerier, XhtmlContent xhtmlContent, ReconciliationExecutorService reconciliationExecutorService) -
Uses of XhtmlContent in com.atlassian.confluence.macro.xhtml
ModifierConstructorDescriptionXhtmlWikiMarkupMacroMigrator
(XhtmlContent xhtmlContent, ExceptionTolerantMigrator delegateMigrator) -
Uses of XhtmlContent in com.atlassian.confluence.pages.actions
Modifier and TypeMethodDescriptionvoid
PageVariablesAction.setXhtmlContent
(XhtmlContent xhtmlContent) void
ViewPageAction.setXhtmlContent
(XhtmlContent xhtmlContent) -
Uses of XhtmlContent in com.atlassian.confluence.plugins.macrousage.extractor
ModifierConstructorDescriptionMacroExtractor
(XhtmlContent xhtmlContent, com.atlassian.renderer.v2.macro.MacroManager macroManager) -
Uses of XhtmlContent in com.atlassian.confluence.plugins.viewsource
Modifier and TypeMethodDescriptionvoid
ViewSourceAction.setXhtmlContent
(XhtmlContent xhtmlContent) -
Uses of XhtmlContent in com.atlassian.confluence.spaces.listeners
Modifier and TypeFieldDescriptionprotected final XhtmlContent
AbstractSpaceContentListener.xhtmlContent
ModifierConstructorDescriptionprotected
AbstractSpaceContentListener
(FormatConverter formatConverter, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, PageManager pageManager, SystemTemplateManager systemTemplateManager, com.atlassian.plugin.PluginAccessor pluginAccessor, XhtmlContent xhtmlContent) CreatePersonalSpaceListener
(FormatConverter formatConverter, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, PageManager pageManager, SystemTemplateManager systemTemplateManager, com.atlassian.plugin.PluginAccessor pluginAccessor, XhtmlContent xhtmlContent, PersonalInformationManager personalInformationManager, GlobalSettingsManager globalSettingsManager) InitialSpaceContentListener
(FormatConverter formatConverter, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, PageManager pageManager, SystemTemplateManager systemTemplateManager, com.atlassian.plugin.PluginAccessor pluginAccessor, XhtmlContent xhtmlContent) -
Uses of XhtmlContent in com.atlassian.confluence.tinymceplugin.listeners
ModifierConstructorDescriptionPageLayoutCreateListener
(com.atlassian.event.api.EventPublisher eventPublisher, XhtmlContent xhtmlContent) SectionAndColumnMacroCreateListener
(XhtmlContent xhtmlContent, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of XhtmlContent in com.atlassian.confluence.tinymceplugin.rest
ModifierConstructorDescriptionMacroResource
(XhtmlContent xhtmlContent, EditorFormatService editorFormatService, ContentEntityManager contentEntityManager, HtmlToXmlConverter htmlToXmlConverter, HttpContext httpContext, MacroManager macroManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager, MacroParameterTypeParser macroParameterTypeParser, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer, StorageMacroBodyParser storageMacroBodyParser, MacroMetadataManager macroMetadataManager, StorageFormatCleaner storageFormatCleaner, VelocityHelperService velocityHelperService) -
Uses of XhtmlContent in com.atlassian.confluence.tinymceplugin.service.impl
ModifierConstructorDescriptionCommentRenderServiceImpl
(XhtmlContent xhtmlContent, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyService contentPropertyService)