Uses of Interface
com.atlassian.confluence.xhtml.api.EditorFormatService
Packages that use EditorFormatService
Package
Description
-
Uses of EditorFormatService in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement EditorFormatService -
Uses of EditorFormatService in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type EditorFormatServiceModifier and TypeMethodDescriptionvoid
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 EditorFormatServiceModifierConstructorDescriptionWikiTemplateHandler
(EditorFormatService editorFormatService, SpaceManagerInternal spaceManager) -
Uses of EditorFormatService in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type EditorFormatServiceModifierConstructorDescriptionCreateLinkResource
(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, ContentMacroService contentMacroService, com.atlassian.applinks.host.spi.InternalHostApplication internalHostApplication) WikiXhtmlConverter
(EditorFormatService editorFormatService, ContentEntityManager contentEntityManager, PageTemplateManager pageTemplateManager, SpaceManager spaceManager)