Uses of Interface
com.atlassian.confluence.content.render.xhtml.view.macro.ViewMacroErrorPlaceholder

Packages that use ViewMacroErrorPlaceholder
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
 class ViewMacroErrorPlaceholderImpl
           
 

Methods in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type ViewMacroErrorPlaceholder
 Marshaller<MacroDefinition> ViewMacroMarshallerFactoryImpl.newMacroMarshaller(MacroManager macroManager, Marshaller<MacroDefinition> unknownMacroMarshaller, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder)
           
 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.
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type ViewMacroErrorPlaceholder
ViewMacroMarshaller(MacroManager macroManager, Marshaller<MacroDefinition> unknownMacroMarshaller, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceMonitoring monitoring)
          Deprecated. Since 5.6. Use ViewMacroMarshaller.ViewMacroMarshaller(com.atlassian.confluence.macro.xhtml.MacroManager, com.atlassian.confluence.content.render.xhtml.Marshaller, ViewMacroErrorPlaceholder, com.atlassian.confluence.content.render.xhtml.compatibility.LegacyV2RendererContextInitialiser, com.atlassian.event.api.EventPublisher, com.atlassian.confluence.util.profiling.ConfluenceMonitoring, MacroAsyncRenderWhitelist)
ViewMacroMarshaller(MacroManager macroManager, Marshaller<MacroDefinition> unknownMacroMarshaller, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceMonitoring monitoring, MacroAsyncRenderWhitelist macroAsyncRenderWhitelist)
           
ViewMacroMarshallerFactoryImpl(MacroManager macroManager, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, com.atlassian.event.api.EventPublisher eventPublisher, javax.xml.stream.XMLOutputFactory xmlOutputFactory, PlaceholderUrlFactory placeholderUrlFactory, ConfluenceMonitoring monitoring)
          Deprecated. Since 5.6 Use ViewMacroMarshallerFactoryImpl.ViewMacroMarshallerFactoryImpl(com.atlassian.confluence.macro.xhtml.MacroManager, ViewMacroErrorPlaceholder, com.atlassian.confluence.content.render.xhtml.compatibility.LegacyV2RendererContextInitialiser, com.atlassian.event.api.EventPublisher, javax.xml.stream.XMLOutputFactory, com.atlassian.confluence.content.render.xhtml.editor.macro.PlaceholderUrlFactory, com.atlassian.confluence.util.profiling.ConfluenceMonitoring, org.springframework.core.io.Resource)
ViewMacroMarshallerFactoryImpl(MacroManager macroManager, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, com.atlassian.event.api.EventPublisher eventPublisher, javax.xml.stream.XMLOutputFactory xmlOutputFactory, PlaceholderUrlFactory placeholderUrlFactory, ConfluenceMonitoring monitoring, org.springframework.core.io.Resource macroAsyncRenderWhiteListLocation)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.