Uses of Interface
com.atlassian.confluence.xhtml.api.XhtmlContent
-
-
Uses of XhtmlContent in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement XhtmlContent Modifier and Type Class Description class
DefaultXhtmlContent
-
Uses of XhtmlContent in com.atlassian.confluence.diff
Constructors in com.atlassian.confluence.diff with parameters of type XhtmlContent Constructor Description WikiConvertingHtmlDiffer(XhtmlContent xhtmlContent, DaisyHtmlDiffer delegateDiffer)
Deprecated.since 7.6 -
Uses of XhtmlContent in com.atlassian.confluence.macro.xhtml
Constructors in com.atlassian.confluence.macro.xhtml with parameters of type XhtmlContent Constructor Description XhtmlWikiMarkupMacroMigrator(XhtmlContent xhtmlContent, ExceptionTolerantMigrator delegateMigrator)
-
Uses of XhtmlContent in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type XhtmlContent Modifier and Type Method Description void
PageVariablesAction. setXhtmlContent(XhtmlContent xhtmlContent)
void
ViewPageAction. setXhtmlContent(XhtmlContent xhtmlContent)
-
Uses of XhtmlContent in com.atlassian.confluence.plugins.macrousage.extractor
Constructors in com.atlassian.confluence.plugins.macrousage.extractor with parameters of type XhtmlContent Constructor Description MacroExtractor(XhtmlContent xhtmlContent, com.atlassian.renderer.v2.macro.MacroManager macroManager)
-
Uses of XhtmlContent in com.atlassian.confluence.plugins.viewsource
Methods in com.atlassian.confluence.plugins.viewsource with parameters of type XhtmlContent Modifier and Type Method Description void
ViewSourceAction. setXhtmlContent(XhtmlContent xhtmlContent)
-
Uses of XhtmlContent in com.atlassian.confluence.spaces.listeners
Fields in com.atlassian.confluence.spaces.listeners declared as XhtmlContent Modifier and Type Field Description protected XhtmlContent
AbstractSpaceContentListener. xhtmlContent
Constructors in com.atlassian.confluence.spaces.listeners with parameters of type XhtmlContent Constructor Description 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)
CreatePersonalSpaceListener(FormatConverter formatConverter, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, PageManager pageManager, SystemTemplateManager systemTemplateManager, com.atlassian.plugin.PluginAccessor pluginAccessor, XhtmlContent xhtmlContent, PersonalInformationManager personalInformationManager, UserAccessor userAccessor)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.0InitialSpaceContentListener(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
Constructors in com.atlassian.confluence.tinymceplugin.listeners with parameters of type XhtmlContent Constructor Description PageLayoutCreateListener(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
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type XhtmlContent Constructor Description MacroResource(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
Constructors in com.atlassian.confluence.tinymceplugin.service.impl with parameters of type XhtmlContent Constructor Description CommentRenderServiceImpl(XhtmlContent xhtmlContent, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyService contentPropertyService)
-
Uses of XhtmlContent in com.atlassian.confluence.warming
Methods in com.atlassian.confluence.warming with parameters of type XhtmlContent Modifier and Type Method Description void
WarmInstanceAction. setXhtmlContent(XhtmlContent xhtmlContent)
-