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

Packages that use XhtmlContent
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.diff   
com.atlassian.confluence.macro.xhtml   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugins.doctheme   
com.atlassian.confluence.plugins.quickcomment.rest   
com.atlassian.confluence.plugins.viewsource   
com.atlassian.confluence.spaces.listeners   
 

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.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.quickcomment.rest
 

Constructors in com.atlassian.confluence.plugins.quickcomment.rest with parameters of type XhtmlContent
CommentResource(CommentService commentService, NotificationManager notificationManager, XhtmlContent xhtmlContent, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, UserAccessor userAccessor)
           
 

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
 

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



Copyright © 2003-2012 Atlassian. All Rights Reserved.