Uses of Interface
com.atlassian.confluence.content.render.xhtml.editor.macro.PlaceholderUrlFactory
-
-
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 Constructor Description 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 Modifier and Type Class Description classDefaultPlaceholderUrlFactoryFields in com.atlassian.confluence.content.render.xhtml.editor.macro declared as PlaceholderUrlFactory Modifier and Type Field Description protected PlaceholderUrlFactoryEditorBodilessMacroMarshaller. placeholderUrlFactoryConstructors in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type PlaceholderUrlFactory Constructor Description 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)ImprovedEditorUnknownMacroMarshaller(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 Constructor Description 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 Constructor Description 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 Constructor Description 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)ViewUnknownMacroMarshaller(XMLOutputFactory xmlOutputFactory, PlaceholderUrlFactory placeholderUrlFactory)
-