Uses of Interface
com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroErrorPlaceholder
-
Packages that use ViewMacroErrorPlaceholder Package Description com.atlassian.confluence.content.render.xhtml.view.macro -
-
Uses of ViewMacroErrorPlaceholder in com.atlassian.confluence.content.render.xhtml.view.macro
Classes in com.atlassian.confluence.content.render.xhtml.view.macro that implement ViewMacroErrorPlaceholder Modifier and Type Class Description class
ViewMacroErrorPlaceholderImpl
Methods in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type ViewMacroErrorPlaceholder Modifier and Type Method Description Marshaller<MacroDefinition>
ViewMacroMarshallerFactory. 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.Marshaller<MacroDefinition>
ViewMacroMarshallerFactoryImpl. newMacroMarshaller(MacroManager macroManager, Marshaller<MacroDefinition> unknownMacroMarshaller, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder)
Constructors in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type ViewMacroErrorPlaceholder Constructor 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, 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)
-