Uses of Interface
com.atlassian.confluence.xhtml.api.XhtmlContent

Packages that use XhtmlContent
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.migration.macro   
com.atlassian.confluence.content.render.xhtml.view.excerpt   
com.atlassian.confluence.diff   
com.atlassian.confluence.macro.xhtml   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugins.doctheme   
com.atlassian.confluence.plugins.link   
com.atlassian.confluence.plugins.macrousage.extractor   
com.atlassian.confluence.plugins.viewsource   
com.atlassian.confluence.spaces.listeners   
com.atlassian.confluence.tinymceplugin.listeners   
com.atlassian.confluence.tinymceplugin.rest   
com.atlassian.confluence.tinymceplugin.service.impl   
com.atlassian.confluence.upgrade.upgradetask   
 

Uses of XhtmlContent in com.atlassian.confluence.api.impl.service.content
 

Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type XhtmlContent
ContentMacroServiceImpl(ContentEntityManagerInternal contentEntityManager, XhtmlContent xhtmlContent, PermissionManager permissionManager)
           
 

Uses of XhtmlContent in com.atlassian.confluence.content.render.xhtml
 

Classes in com.atlassian.confluence.content.render.xhtml that implement XhtmlContent
 class DefaultXhtmlContent
           
 

Uses of XhtmlContent in com.atlassian.confluence.content.render.xhtml.migration.macro
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration.macro with parameters of type XhtmlContent
JiraIssueMacroServerParamsMigrator(SearchManager searchManager, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, ContentDao contentDao, XhtmlContent xhtmlContent, com.atlassian.applinks.api.ApplicationLinkService applinkService)
           
 

Uses of XhtmlContent in com.atlassian.confluence.content.render.xhtml.view.excerpt
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type XhtmlContent
DefaultExcerpter(javax.xml.stream.XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, HtmlToXmlConverter htmlToXmlConverter, SettingsManager settingsManager, Renderer viewRenderer, Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, FragmentTransformer fragmentTransformer, AttachmentResourceIdentifierResolver attachmentResolver, DataSourceFactory datasourceFactory, ThumbnailManager thumbnailManager, XhtmlContent xhtmlContent)
           
 

Uses of XhtmlContent in com.atlassian.confluence.diff
 

Constructors in com.atlassian.confluence.diff with parameters of type XhtmlContent
WikiConvertingHtmlDiffer(XhtmlContent xhtmlContent, DaisyHtmlDiffer delegateDiffer)
           
 

Uses of XhtmlContent in com.atlassian.confluence.macro.xhtml
 

Constructors in com.atlassian.confluence.macro.xhtml with parameters of type XhtmlContent
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
 void ViewPageAction.setXhtmlContent(XhtmlContent xhtmlContent)
           
 void PageVariablesAction.setXhtmlContent(XhtmlContent xhtmlContent)
           
 

Uses of XhtmlContent in com.atlassian.confluence.plugins.doctheme
 

Constructors in com.atlassian.confluence.plugins.doctheme with parameters of type XhtmlContent
SpaceJumpMacro(XhtmlContent xhtmlContent)
           
 

Uses of XhtmlContent in com.atlassian.confluence.plugins.link
 

Constructors in com.atlassian.confluence.plugins.link with parameters of type XhtmlContent
LinkMacro(XhtmlContent xhtmlContent, XmlStreamWriterTemplate xmlStreamWriterTemplate)
           
 

Uses of XhtmlContent in com.atlassian.confluence.plugins.macrousage.extractor
 

Constructors in com.atlassian.confluence.plugins.macrousage.extractor with parameters of type XhtmlContent
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
 void ViewSourceAction.setXhtmlContent(XhtmlContent xhtmlContent)
           
 

Uses of XhtmlContent in com.atlassian.confluence.spaces.listeners
 

Fields in com.atlassian.confluence.spaces.listeners declared as XhtmlContent
protected  XhtmlContent AbstractSpaceContentListener.xhtmlContent
           
 

Methods in com.atlassian.confluence.spaces.listeners with parameters of type XhtmlContent
 void AbstractSpaceContentListener.setXhtmlContent(XhtmlContent xhtmlContent)
           
 

Uses of XhtmlContent in com.atlassian.confluence.tinymceplugin.listeners
 

Constructors in com.atlassian.confluence.tinymceplugin.listeners with parameters of type XhtmlContent
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
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, MacroParameterTypeParser macroParameterTypeParser, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer, StorageMacroBodyParser storageMacroBodyParser)
           
 

Uses of XhtmlContent in com.atlassian.confluence.tinymceplugin.service.impl
 

Constructors in com.atlassian.confluence.tinymceplugin.service.impl with parameters of type XhtmlContent
CommentRenderServiceImpl(XhtmlContent xhtmlContent, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of XhtmlContent in com.atlassian.confluence.upgrade.upgradetask
 

Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type XhtmlContent
DefaultSpaceContentToPageTemplateUpgradeTask(SettingsManager settingsManager, XhtmlContent xhtmlContent, SystemTemplateManager systemTemplateManager, org.springframework.transaction.PlatformTransactionManager transactionManager)
           
WelcomeMessageUpgradeTask(SettingsManager settingsManager, XhtmlContent xhtmlContent, WelcomeMessageService welcomeMessageService, org.springframework.transaction.PlatformTransactionManager transactionManager, I18NBeanFactory i18NBeanFactory)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.