|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MacroManager in com.atlassian.confluence.content.render.xhtml.editor.macro |
---|
Constructors in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type MacroManager | |
---|---|
EditorMacroMarshaller(MacroManager macroManager,
java.util.List<MacroMarshaller> macroMarshallers)
|
Uses of MacroManager in com.atlassian.confluence.content.render.xhtml.storage.macro |
---|
Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type MacroManager | |
---|---|
AnnotationMacroBodyTranformationCondition(MacroManager macroManager)
|
|
TransformNonUserMacroCondition(MacroManager xhtmlMacroManager)
|
Uses of MacroManager in com.atlassian.confluence.content.render.xhtml.view.macro |
---|
Methods in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type MacroManager | |
---|---|
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 MacroManager | |
---|---|
ViewMacroMarshaller(MacroManager macroManager,
Marshaller<MacroDefinition> unknownMacroMarshaller,
ViewMacroErrorPlaceholder viewMacroErrorPlaceholder,
LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter,
com.atlassian.event.api.EventPublisher eventPublisher,
ConfluenceMonitoring monitoring)
|
|
ViewMacroMarshallerFactoryImpl(MacroManager macroManager,
ViewMacroErrorPlaceholder viewMacroErrorPlaceholder,
LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter,
com.atlassian.event.api.EventPublisher eventPublisher,
javax.xml.stream.XMLOutputFactory xmlOutputFactory,
PlaceholderUrlFactory placeholderUrlFactory,
ConfluenceMonitoring monitoring)
|
Uses of MacroManager in com.atlassian.confluence.diff.marshallers |
---|
Constructors in com.atlassian.confluence.diff.marshallers with parameters of type MacroManager | |
---|---|
DiffMacroMarshaller(MacroManager macroManager,
javax.xml.stream.XMLOutputFactory xmlOutputFactory)
|
Uses of MacroManager in com.atlassian.confluence.macro.xhtml |
---|
Classes in com.atlassian.confluence.macro.xhtml that implement MacroManager | |
---|---|
class |
DelegatingReadOnlyMacroManager
A Macro Manager which looks for named macros in an ordered manner through a list of delegate MacroManager's it maintains. |
class |
UserMacroLibraryMacroManager
An Xhtml MacroManager implementation that delegates to an encapsulated UserMacroLibrary. |
class |
UserMacroPluginMacroManager
A MacroManager responsible for keeping track of user macros loaded via the plugin subsystem. |
class |
V2CompatibilityMacroManager
|
class |
XhtmlMacroManager
Listens for PluginModuleEnabledEvent and PluginModuleDisabledEvent
to register Macro s with itself. |
Methods in com.atlassian.confluence.macro.xhtml that return MacroManager | |
---|---|
MacroManager |
MacroManagerFactoryImpl.getDefaultMacroManager()
|
MacroManager |
MacroManagerFactory.getDefaultMacroManager()
|
MacroManager |
MacroManagerFactoryImpl.getUserMacroMacroManager()
|
MacroManager |
MacroManagerFactory.getUserMacroMacroManager()
|
MacroManager |
MacroManagerFactoryImpl.getXhtmlMacroManager()
|
MacroManager |
MacroManagerFactory.getXhtmlMacroManager()
|
Constructors in com.atlassian.confluence.macro.xhtml with parameters of type MacroManager | |
---|---|
DefaultMacroMigrationManager(MacroMigration richTextMacroMigration,
MacroMigration plainTextMacroMigration,
MacroMigration v2MacroToUnmigratedWikiMarkupMacroMigration,
MacroManager xhtmlOnlyMacroManager,
MacroManager v2CompatibileMacroManager,
MacroManager v2MacroManager,
java.util.Set<java.lang.String> whitelistedNames)
Sets the macro manager and the migration tasks for the rich text and plain text migrations. |
|
MacroManagerFactoryImpl(MacroManager defaultMacroManager,
MacroManager xhtmlMacroManager,
MacroManager userMacroManager)
|
|
RichTextMacroMigration(MacroManager xhtmlMacroManager)
|
Constructor parameters in com.atlassian.confluence.macro.xhtml with type arguments of type MacroManager | |
---|---|
DelegatingReadOnlyMacroManager(java.util.List<MacroManager> delegateMacroManagers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |