Uses of Interface
com.atlassian.confluence.xhtml.api.EditorFormatService
-
-
Uses of EditorFormatService in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement EditorFormatService Modifier and Type Class Description class
DefaultEditorFormatService
-
Uses of EditorFormatService in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type EditorFormatService Modifier and Type Method Description void
PageVariablesAction. setEditorFormatService(EditorFormatService editorFormatService)
Deprecated.since 5.10. -
Uses of EditorFormatService in com.atlassian.confluence.pages.templates
Constructors in com.atlassian.confluence.pages.templates with parameters of type EditorFormatService Constructor Description WikiTemplateHandler(EditorFormatService editorFormatService, SpaceManagerInternal spaceManager)
-
Uses of EditorFormatService in com.atlassian.confluence.plugins.dragdrop.service
Constructors in com.atlassian.confluence.plugins.dragdrop.service with parameters of type EditorFormatService Constructor Description DragAndDropServiceImpl(EditorFormatService editorFormatService, com.atlassian.plugins.capabilities.api.CapabilityService capabilityService, com.atlassian.plugin.PluginAccessor pluginAccessor)
-
Uses of EditorFormatService in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type EditorFormatService Constructor Description CreateLinkResource(EditorFormatService editorFormatService)
EmbeddedImage(EditorFormatService editorFormatService, ContentEntityManager contentEntityManager)
LinkResource(EditorFormatService editorFormatService, ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> resourceIdentifierResolver, PermissionManager permissionManager)
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)
WikiXhtmlConverter(EditorFormatService editorFormatService, ContentEntityManager contentEntityManager, PageTemplateManager pageTemplateManager, SpaceManager spaceManager)
-