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

Packages that use PlaceholderUrlFactory
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.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, HttpContext httpContext, 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
ViewMacroMarshaller(MacroManager macroManager, XMLOutputFactory xmlOutputFactory, HttpContext httpContext, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, PlaceholderUrlFactory placeholderUrlFactory)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.