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

Packages that use EditorFormatService
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugins.dragdrop   
com.atlassian.confluence.tinymceplugin.rest   
 

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

Classes in com.atlassian.confluence.content.render.xhtml that implement EditorFormatService
 class DefaultEditorFormatService
           
 

Uses of EditorFormatService in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions with parameters of type EditorFormatService
 void PageVariablesAction.setEditorFormatService(EditorFormatService editorFormatService)
           
 

Uses of EditorFormatService in com.atlassian.confluence.plugins.dragdrop
 

Methods in com.atlassian.confluence.plugins.dragdrop with parameters of type EditorFormatService
 void UploadAction.setEditorFormatService(EditorFormatService editorFormatService)
           
 

Uses of EditorFormatService in com.atlassian.confluence.tinymceplugin.rest
 

Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type EditorFormatService
CreateLinkResource(EditorFormatService editorFormatService)
           
EmbeddedImage(EditorFormatService editorFormatService, ContentEntityManager contentEntityManager)
           
LinkResource(EditorFormatService editorFormatService, ResourceIdentifierResolver resourceIdentifierResolver)
           
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)
           
WikiXhtmlConverter(EditorFormatService editorFormatService, ContentEntityObjectDao contentDao)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.