Uses of Interface
com.atlassian.confluence.content.render.xhtml.editor.macro.PlaceholderUrlFactory

Packages that use PlaceholderUrlFactory
com.atlassian.confluence.content.render.xhtml.editor.embed   
com.atlassian.confluence.content.render.xhtml.editor.macro   
com.atlassian.confluence.content.render.xhtml.transformers   
com.atlassian.confluence.content.render.xhtml.view.embed   
com.atlassian.confluence.content.render.xhtml.view.macro   
 

Uses of PlaceholderUrlFactory in com.atlassian.confluence.content.render.xhtml.editor.embed
 

Constructors in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type PlaceholderUrlFactory
EditorUnidentifiedAttachmentMarshaller(StorageAttachmentResourceIdentifierMarshaller storageAttachmentResourceIdentifierMarshaller, PlaceholderUrlFactory placeholderUrlFactory)
           
 

Uses of PlaceholderUrlFactory in com.atlassian.confluence.content.render.xhtml.editor.macro
 

Classes in com.atlassian.confluence.content.render.xhtml.editor.macro that implement PlaceholderUrlFactory
 class DefaultPlaceholderUrlFactory
           
 

Fields in com.atlassian.confluence.content.render.xhtml.editor.macro declared as PlaceholderUrlFactory
protected  PlaceholderUrlFactory EditorBodilessMacroMarshaller.placeholderUrlFactory
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type PlaceholderUrlFactory
CustomImageEditorMacroMarshaller(CommonMacroAttributeWriter commonAttributeWriter, ContextPathHolder contextPathHolder, PlaceholderUrlFactory placeholderUrlFactory, XMLOutputFactory xmlOutputFactory)
           
CustomPlaceholderEditorMarshaller(CommonMacroAttributeWriter commonAttributeWriter, PlaceholderUrlFactory placeholderUrlFactory, XMLOutputFactory xmlOutputFactory)
           
EditorBodilessMacroMarshaller(CommonMacroAttributeWriter commonAttributeWriter, PlaceholderUrlFactory placeholderUrlFactory, XMLOutputFactory xmlOutputFactory)
           
EditorBodyMacroMarshaller(CommonMacroAttributeWriter commonAttributeWriter, PlaceholderUrlFactory placeholderUrlFactory, XMLOutputFactory xmlOutputFactory)
           
EditorUnknownMacroMarshaller(CommonMacroAttributeWriter commonAttributeWriter, PlaceholderUrlFactory placeholderUrlFactory, XMLOutputFactory xmlOutputFactory)
           
 

Uses of PlaceholderUrlFactory in com.atlassian.confluence.content.render.xhtml.transformers
 

Constructors in com.atlassian.confluence.content.render.xhtml.transformers with parameters of type PlaceholderUrlFactory
TransformErrorToHtmlPlaceholder(PlaceholderUrlFactory placeholderUrlFactory)
           
 

Uses of PlaceholderUrlFactory in com.atlassian.confluence.content.render.xhtml.view.embed
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.embed with parameters of type PlaceholderUrlFactory
ViewUnidentifiedAttachmentMarshaller(PlaceholderUrlFactory placeholderUrlFactory)
           
 

Uses of PlaceholderUrlFactory in com.atlassian.confluence.content.render.xhtml.view.macro
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type PlaceholderUrlFactory
ViewMacroMarshallerFactoryImpl(MacroManager macroManager, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, com.atlassian.event.api.EventPublisher eventPublisher, 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, XMLOutputFactory xmlOutputFactory, PlaceholderUrlFactory placeholderUrlFactory, ConfluenceMonitoring monitoring, org.springframework.core.io.Resource macroAsyncRenderWhiteListLocation)
           
ViewUnknownMacroMarshaller(XMLOutputFactory xmlOutputFactory, PlaceholderUrlFactory placeholderUrlFactory)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.