Modifier and Type | Field and Description |
---|---|
protected MacroMetadataManager |
UserMacroAction.macroMetadataManager |
Modifier and Type | Method and Description |
---|---|
void |
UserMacroAction.setMacroMetadataManager(MacroMetadataManager macroMetadataManager) |
Constructor and Description |
---|
MacroParameterTypeParserImpl(MacroMetadataManager macroMetadataManager,
ConfluenceUserDao userDao) |
Constructor and Description |
---|
ViewMacroMarshaller(MacroManager macroManager,
Marshaller<MacroDefinition> unknownMacroMarshaller,
ViewMacroErrorPlaceholder viewMacroErrorPlaceholder,
LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter,
com.atlassian.event.api.EventPublisher eventPublisher,
ConfluenceMonitoring monitoring,
MacroAsyncRenderWhitelist macroAsyncRenderWhitelist,
MacroMetadataManager macroMetadataManager,
MacroSchemaMigrator macroSchemaMigrator,
DarkFeaturesManager darkFeaturesManager,
ViewMacroWrapper viewMacroWrapper)
Deprecated.
since 5.9
TODO: Delete this constructor after 6.0
|
ViewMacroMarshaller(MacroManager macroManager,
Marshaller<MacroDefinition> unknownMacroMarshaller,
ViewMacroErrorPlaceholder viewMacroErrorPlaceholder,
LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter,
com.atlassian.event.api.EventPublisher eventPublisher,
ConfluenceMonitoring monitoring,
MacroAsyncRenderWhitelist macroAsyncRenderWhitelist,
MacroMetadataManager macroMetadataManager,
MacroSchemaMigrator macroSchemaMigrator,
DarkFeaturesManager darkFeaturesManager,
ViewMacroWrapper viewMacroWrapper,
com.atlassian.util.concurrent.Supplier<ConfluenceBigPipeManager> bigPipeManager,
com.atlassian.util.concurrent.Supplier<BigPipeSettingsManager> bigPipeSettingsManager) |
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,
DarkFeaturesManager darkFeaturesManager,
ViewMacroWrapper viewMacroWrapper,
com.atlassian.util.concurrent.Supplier<ConfluenceBigPipeManager> bigPipeManagerSupplier,
com.atlassian.util.concurrent.Supplier<BigPipeSettingsManager> bigPipeSettingsManagerSupplier) |
ViewMacroMarshallerFactoryImpl(MacroManager macroManager,
ViewMacroErrorPlaceholder viewMacroErrorPlaceholder,
LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter,
com.atlassian.event.api.EventPublisher eventPublisher,
XMLOutputFactory xmlOutputFactory,
PlaceholderUrlFactory placeholderUrlFactory,
ConfluenceMonitoring monitoring,
org.springframework.core.io.Resource macroAsyncRenderWhiteListLocation,
MacroMetadataManager macroMetadataManager,
MacroSchemaMigrator macroSchemaMigrator,
DarkFeaturesManager darkFeaturesManager,
ViewMacroWrapper viewMacroWrapper)
Deprecated.
since 5.9
|
ViewMacroMarshallerFactoryImpl(MacroManager macroManager,
ViewMacroErrorPlaceholder viewMacroErrorPlaceholder,
LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter,
com.atlassian.event.api.EventPublisher eventPublisher,
XMLOutputFactory xmlOutputFactory,
PlaceholderUrlFactory placeholderUrlFactory,
ConfluenceMonitoring monitoring,
org.springframework.core.io.Resource macroAsyncRenderWhiteListLocation,
MacroMetadataManager macroMetadataManager,
MacroSchemaMigrator macroSchemaMigrator,
DarkFeaturesManager darkFeaturesManager,
ViewMacroWrapper viewMacroWrapper,
ConfluenceBigPipeManager bigPipeManager,
BigPipeSettingsManager bigPipeSettingsManager)
Deprecated.
since 5.10
|
Constructor and Description |
---|
MacroIconInsertingPostProcessor(MacroMetadataManager macroMetadataManager,
MacroIconManager macroIconManager,
I18NBeanFactory i18NBeanFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMacroMetadataManager
Manager providing
MacroMetadata about the Macro s in Confluence. |
Constructor and Description |
---|
DefaultMacroBrowserManager(MacroMetadataManager metadataManager) |
Modifier and Type | Method and Description |
---|---|
void |
MacroDetailsAction.setMacroMetadataManager(MacroMetadataManager macroMetadataManager) |
Constructor and Description |
---|
MacroIconPlaceholderServlet(MacroMetadataManager macroMetadataManager,
MacroIconManager macroIconManager,
PlaceholderImageFactory placeholderImageFactory) |
MacroPlaceholderServlet(MacroMetadataManager macroMetadataManager,
MacroIconManager macroIconManager,
PlaceholderImageFactory placeholderImageFactory,
I18NBeanFactory i18NBeanFactory,
MacroDefinitionDeserializer macroDefinitionDeserializer) |
Constructor and Description |
---|
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,
MacroParameterTypeParser macroParameterTypeParser,
XmlEventReaderFactory xmlEventReaderFactory,
FragmentTransformer defaultFragmentTransformer,
StorageMacroBodyParser storageMacroBodyParser,
MacroMetadataManager macroMetadataManager) |
Modifier and Type | Method and Description |
---|---|
static String |
StorageFormatCreator.convert(MacroDefinition definition,
MacroMetadataManager macroMetadataManager)
Create a storage formatted representation of the supplied macro definition.
|
Copyright © 2003–2018 Atlassian. All rights reserved.