Uses of Interface
com.atlassian.confluence.macro.xhtml.MacroManager
Packages that use MacroManager
Package
Description
-
Uses of MacroManager in com.atlassian.confluence.content.render.xhtml.editor.macro
Constructors in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type MacroManagerModifierConstructorDescriptionEditorMacroMarshaller
(MacroManager macroManager, List<MacroMarshaller> macroMarshallers) -
Uses of MacroManager in com.atlassian.confluence.content.render.xhtml.storage.macro
Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type MacroManagerModifierConstructorDescriptionAnnotationMacroBodyTranformationCondition
(MacroManager macroManager) DelegatingStorageMacroMarshaller
(StorageMacroV1Marshaller v1Marshaller, StorageMacroV2Marshaller v2Marshaller, MacroMetadataManager macroMetadataManager, MacroManager macroManager) DelegatingStorageMacroMarshaller
(StorageMacroV1Marshaller v1Marshaller, StorageMacroV2Marshaller v2Marshaller, MacroMetadataManager macroMetadataManager, MacroManager macroManager, MarshallingRegistry marshallingRegistry) StorageMacroFragmentTransformerFactory
(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroParameterTypeParser macroParameterTypeParser, MacroMetadataManager macroMetadataManager, LinkMarshallingFactory linkMarshallingFactory, MacroManager macroManager, StorageMacroBodyParser storageMacroBodyParser, MacroIdSupplier macroIdSupplier, MacroSchemaMigrator macroSchemaMigrator) StorageMacroV2Marshaller
(XmlOutputFactory xmlOutputFactory, MacroMetadataManager macroMetadataManager, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<Link> linkMarshaller, MacroParameterTypeParser macroParameterTypeParser, MacroIdSupplier macroIdSupplier, MacroSchemaMigrator macroSchemaMigrator, MacroManager macroManager) StorageMacroV2Unmarshaller
(XmlEventReaderFactory xmlEventReaderFactory, MacroMetadataManager macroMetadataManager, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<Link> linkUnmarshaller, StorageMacroBodyParser storageMacroBodyParser, MacroManager macroManager) TransformNonUserMacroCondition
(MacroManager xhtmlMacroManager) -
Uses of MacroManager in com.atlassian.confluence.content.render.xhtml.view.macro
Methods in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type MacroManagerModifier and TypeMethodDescriptionViewMacroMarshallerFactory.newMacroMarshaller
(MacroManager macroManager, Marshaller<MacroDefinition> unknownMacroMarshaller, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder) Get a new instance of a macro Marshaller which uses the supplied MacroManager, unknown macro Marshaller and ViewMacroErrorPlaceholder.ViewMacroMarshallerFactoryImpl.newMacroMarshaller
(MacroManager macroManager, Marshaller<MacroDefinition> unknownMacroMarshaller, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder) Constructors in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type MacroManagerModifierConstructorDescriptionViewMacroMarshaller
(MacroManager macroManager, Marshaller<MacroDefinition> unknownMacroMarshaller, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceMonitoring monitoring, MacroAsyncRenderWhitelist macroAsyncRenderWhitelist, MacroMetadataManager macroMetadataManager, MacroSchemaMigrator macroSchemaMigrator, ViewMacroWrapper viewMacroWrapper, MacroRenderingMonitor macroRenderingMonitor) ViewMacroMarshallerFactoryImpl
(MacroManager macroManager, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, com.atlassian.event.api.EventPublisher eventPublisher, XMLOutputFactory xmlOutputFactory, PlaceholderUrlFactory placeholderUrlFactory, ConfluenceMonitoring monitoring, MacroAsyncRenderWhitelist macroAsyncRenderWhiteList, MacroMetadataManager macroMetadataManager, MacroSchemaMigrator macroSchemaMigrator, ViewMacroWrapper viewMacroWrapper, MacroRenderingMonitor macroRenderingMonitor) -
Uses of MacroManager in com.atlassian.confluence.diff.marshallers
Constructors in com.atlassian.confluence.diff.marshallers with parameters of type MacroManagerModifierConstructorDescriptionDiffMacroMarshaller
(MacroManager macroManager, XMLOutputFactory xmlOutputFactory) -
Uses of MacroManager in com.atlassian.confluence.macro.xhtml
Classes in com.atlassian.confluence.macro.xhtml that implement MacroManagerModifier and TypeClassDescriptionclass
A Macro Manager which looks for named macros in an ordered manner through a list of delegate MacroManager's it maintains.class
An Xhtml MacroManager implementation that delegates to an encapsulated UserMacroLibrary.class
A MacroManager responsible for keeping track of user macros loaded via the plugin subsystem.class
class
Methods in com.atlassian.confluence.macro.xhtml that return MacroManagerModifier and TypeMethodDescriptionMacroManagerFactory.getDefaultMacroManager()
MacroManagerFactoryImpl.getDefaultMacroManager()
MacroManagerFactory.getUserMacroMacroManager()
MacroManagerFactoryImpl.getUserMacroMacroManager()
MacroManagerFactory.getXhtmlMacroManager()
MacroManagerFactoryImpl.getXhtmlMacroManager()
Constructors in com.atlassian.confluence.macro.xhtml with parameters of type MacroManagerModifierConstructorDescriptionDefaultMacroMigrationManager
(MacroMigration richTextMacroMigration, MacroMigration plainTextMacroMigration, MacroMigration v2MacroToUnmigratedWikiMarkupMacroMigration, MacroManager xhtmlOnlyMacroManager, MacroManager v2CompatibileMacroManager, MacroManager v2MacroManager, Set<String> whitelistedNames) Sets the macro manager and the migration tasks for the rich text and plain text migrations.MacroManagerFactoryImpl
(MacroManager defaultMacroManager, MacroManager xhtmlMacroManager, MacroManager userMacroManager) RichTextMacroMigration
(MacroManager xhtmlMacroManager) Constructor parameters in com.atlassian.confluence.macro.xhtml with type arguments of type MacroManagerModifierConstructorDescriptionDelegatingReadOnlyMacroManager
(List<MacroManager> delegateMacroManagers) -
Uses of MacroManager in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type MacroManagerModifierConstructorDescriptionMacroResource
(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)