Uses of Class
com.atlassian.confluence.xhtml.api.MacroDefinition

Packages that use MacroDefinition
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.editor.macro   
com.atlassian.confluence.content.render.xhtml.macro   
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.storage   
com.atlassian.confluence.content.render.xhtml.storage.macro   
com.atlassian.confluence.content.render.xhtml.view.macro   
com.atlassian.confluence.diff.marshallers   
com.atlassian.confluence.macro   
com.atlassian.confluence.macro.xhtml   
com.atlassian.confluence.plugins.doctheme   
com.atlassian.confluence.plugins.gadgets.migrator   
com.atlassian.confluence.util   
com.atlassian.confluence.xhtml   
com.atlassian.confluence.xhtml.api   
 

Uses of MacroDefinition in com.atlassian.confluence.content.render.xhtml
 

Methods in com.atlassian.confluence.content.render.xhtml that return MacroDefinition
 MacroDefinition DefaultEditorFormatService.convertEditToMacroDefinition(String editFragment, ConversionContext context)
           
 

Methods in com.atlassian.confluence.content.render.xhtml with parameters of type MacroDefinition
 String DefaultEditorFormatService.convertMacroDefinitionToEdit(MacroDefinition macroDefinition, ConversionContext context)
           
 String DefaultXhtmlContent.convertMacroDefinitionToStorage(MacroDefinition macroDefinition, ConversionContext context)
           
 String DefaultXhtmlContent.convertMacroDefinitionToView(MacroDefinition macroDefinition, ConversionContext context)
           
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml with type arguments of type MacroDefinition
DefaultEditorFormatService(Marshaller<MacroDefinition> editorMacroMarshaller, Marshaller<Link> editorLinkMarshaller, Marshaller<EmbeddedImage> editorEmbeddedImageMarshaller, Unmarshaller<MacroDefinition> editorMacroUnmarshaller, Unmarshaller<Link> editorLinkUnmarshaller, Unmarshaller<EmbeddedImage> editorEmbeddedImageUnmarshaller, FragmentTransformer editorToStorageFragmentTransformer, FragmentTransformer storageToEditorFragmentTransformer, XmlEventReaderFactory xmlEventReaderFactory, ExceptionThrowingMigrator wikiToEditorHtmlMigrator)
           
DefaultEditorFormatService(Marshaller<MacroDefinition> editorMacroMarshaller, Marshaller<Link> editorLinkMarshaller, Marshaller<EmbeddedImage> editorEmbeddedImageMarshaller, Unmarshaller<MacroDefinition> editorMacroUnmarshaller, Unmarshaller<Link> editorLinkUnmarshaller, Unmarshaller<EmbeddedImage> editorEmbeddedImageUnmarshaller, FragmentTransformer editorToStorageFragmentTransformer, FragmentTransformer storageToEditorFragmentTransformer, XmlEventReaderFactory xmlEventReaderFactory, ExceptionThrowingMigrator wikiToEditorHtmlMigrator)
           
DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
 

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

Methods in com.atlassian.confluence.content.render.xhtml.editor.macro that return MacroDefinition
 MacroDefinition EditorMacroUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type MacroDefinition
protected  String EditorUnknownMacroMarshaller.getCssClass(MacroDefinition definition)
           
protected  String EditorBodyMacroMarshaller.getCssClass(MacroDefinition definition)
           
protected  String EditorBodilessMacroMarshaller.getCssClass(MacroDefinition definition)
           
protected  String EditorUnknownMacroMarshaller.getImageSource(MacroDefinition definition)
           
protected  String EditorBodilessMacroMarshaller.getImageSource(MacroDefinition definition)
           
 String PlaceholderUrlFactory.getUrlForMacro(MacroDefinition macroDefinition)
           
 String DefaultPlaceholderUrlFactory.getUrlForMacro(MacroDefinition macroDefinition)
           
 String PlaceholderUrlFactory.getUrlForMacroHeading(MacroDefinition macroDefinition)
           
 String DefaultPlaceholderUrlFactory.getUrlForMacroHeading(MacroDefinition macroDefinition)
           
 String EditorMacroMarshaller.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 String MacroMarshaller.marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
          Marshall the supplied macro.
 String EditorBodyMacroMarshaller.marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 String EditorBodilessMacroMarshaller.marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 String CustomPlaceholderEditorMarshaller.marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 String CustomImageEditorMacroMarshaller.marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 void CommonMacroAttributeWriter.writeCommonAttributes(MacroDefinition macroDefinition, XMLStreamWriter writer)
           
 

Uses of MacroDefinition in com.atlassian.confluence.content.render.xhtml.macro
 

Methods in com.atlassian.confluence.content.render.xhtml.macro that return types with arguments of type MacroDefinition
 Marshaller<MacroDefinition> MacroMarshallingFactoryImpl.getEditorMarshaller()
           
 Unmarshaller<MacroDefinition> MacroMarshallingFactoryImpl.getEditorUnmarshaller()
           
 Marshaller<MacroDefinition> MacroMarshallingFactoryImpl.getStorageMarshaller()
           
 Unmarshaller<MacroDefinition> MacroMarshallingFactoryImpl.getStorageUnmarshaller()
           
 Marshaller<MacroDefinition> MacroMarshallingFactoryImpl.getViewMarshaller()
           
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.macro with type arguments of type MacroDefinition
MacroMarshallingFactoryImpl(Marshaller<MacroDefinition> viewMarshaller, Marshaller<MacroDefinition> editorMarshaller, Marshaller<MacroDefinition> storageMarshaller, Unmarshaller<MacroDefinition> editorUnmarshaller, Unmarshaller<MacroDefinition> storageUnmarshaller)
           
MacroMarshallingFactoryImpl(Marshaller<MacroDefinition> viewMarshaller, Marshaller<MacroDefinition> editorMarshaller, Marshaller<MacroDefinition> storageMarshaller, Unmarshaller<MacroDefinition> editorUnmarshaller, Unmarshaller<MacroDefinition> storageUnmarshaller)
           
MacroMarshallingFactoryImpl(Marshaller<MacroDefinition> viewMarshaller, Marshaller<MacroDefinition> editorMarshaller, Marshaller<MacroDefinition> storageMarshaller, Unmarshaller<MacroDefinition> editorUnmarshaller, Unmarshaller<MacroDefinition> storageUnmarshaller)
           
MacroMarshallingFactoryImpl(Marshaller<MacroDefinition> viewMarshaller, Marshaller<MacroDefinition> editorMarshaller, Marshaller<MacroDefinition> storageMarshaller, Unmarshaller<MacroDefinition> editorUnmarshaller, Unmarshaller<MacroDefinition> storageUnmarshaller)
           
MacroMarshallingFactoryImpl(Marshaller<MacroDefinition> viewMarshaller, Marshaller<MacroDefinition> editorMarshaller, Marshaller<MacroDefinition> storageMarshaller, Unmarshaller<MacroDefinition> editorUnmarshaller, Unmarshaller<MacroDefinition> storageUnmarshaller)
           
 

Uses of MacroDefinition in com.atlassian.confluence.content.render.xhtml.migration
 

Methods in com.atlassian.confluence.content.render.xhtml.migration with parameters of type MacroDefinition
 String SectionMacroReplacementRenderer.render(MacroDefinition macro, com.atlassian.renderer.RenderContext renderContext)
           
 String QuoteMacroReplacementRenderer.render(MacroDefinition macro, com.atlassian.renderer.RenderContext renderContext)
           
 String NolinkMacroReplacementRenderer.render(MacroDefinition macro, com.atlassian.renderer.RenderContext renderContext)
           
 String MacroReplacementRenderer.render(MacroDefinition macro, com.atlassian.renderer.RenderContext renderContext)
           
 String ColumnMacroReplacementRenderer.render(MacroDefinition macro, com.atlassian.renderer.RenderContext renderContext)
           
 String ColorMacroReplacementRenderer.render(MacroDefinition macro, com.atlassian.renderer.RenderContext renderContext)
           
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.migration with type arguments of type MacroDefinition
ErrorReportingV2Renderer(List<com.atlassian.renderer.v2.components.RendererComponent> components, Marshaller<MacroDefinition> wikiMarkupMacroMarshaller)
           
XhtmlEmbeddedRendererComponent(Marshaller<MacroDefinition> wikiMarkupMacroMarshaller)
           
XhtmlMacroRendererComponent(com.atlassian.renderer.v2.macro.MacroManager v2MacroManager, MacroMigrationManager macroMigrationManager, Marshaller<MacroDefinition> macroMarshaller, MacroReplacementRendererRepository replacementRepository, MacroDefinitionDeserializer macroDefinitionWikiMarkupDeserializer)
           
 

Uses of MacroDefinition in com.atlassian.confluence.content.render.xhtml.storage
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage with type arguments of type MacroDefinition
DefaultContentTransformerFactory(Unmarshaller<MacroDefinition> macroDefinitionUnmarshaller, Marshaller<MacroDefinition> macroDefinitionMarshaller, XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, com.atlassian.event.api.EventPublisher eventPublisher)
           
DefaultContentTransformerFactory(Unmarshaller<MacroDefinition> macroDefinitionUnmarshaller, Marshaller<MacroDefinition> macroDefinitionMarshaller, XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of MacroDefinition in com.atlassian.confluence.content.render.xhtml.storage.macro
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.macro that return MacroDefinition
 MacroDefinition StorageMacroUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type MacroDefinition
 String StorageMacroMarshaller.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 

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

Methods in com.atlassian.confluence.content.render.xhtml.view.macro that return types with arguments of type MacroDefinition
 Marshaller<MacroDefinition> ViewMacroMarshallerFactoryImpl.newMacroMarshaller()
           
 Marshaller<MacroDefinition> ViewMacroMarshallerFactory.newMacroMarshaller()
          Get a new instance of the default view macro Marshaller.
 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.
 Marshaller<MacroDefinition> ViewMacroMarshallerFactoryImpl.newUnknownMacroMarshaller()
           
 Marshaller<MacroDefinition> ViewMacroMarshallerFactory.newUnknownMacroMarshaller()
           
 

Methods in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type MacroDefinition
 String ViewMacroErrorPlaceholderImpl.create(MacroDefinition macroDefinition, String errorMessage)
           
 String ViewMacroErrorPlaceholder.create(MacroDefinition macroDefinition, String errorMessage)
           
 String ViewUnknownMacroMarshaller.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 String ViewMacroMarshaller.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 

Method parameters in com.atlassian.confluence.content.render.xhtml.view.macro with type arguments of type MacroDefinition
 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.
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.view.macro with type arguments of type MacroDefinition
ViewMacroMarshaller(MacroManager macroManager, Marshaller<MacroDefinition> unknownMacroMarshaller, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of MacroDefinition in com.atlassian.confluence.diff.marshallers
 

Methods in com.atlassian.confluence.diff.marshallers with parameters of type MacroDefinition
 String DiffMacroMarshaller.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 

Uses of MacroDefinition in com.atlassian.confluence.macro
 

Methods in com.atlassian.confluence.macro that return MacroDefinition
 MacroDefinition MacroDefinitionWikiMarkupDeserializer.deserialize(String serializedValue)
           
 MacroDefinition MacroDefinitionRequestDeserializer.deserialize(String serializedValue)
           
 MacroDefinition MacroDefinitionDeserializer.deserialize(String serializedValue)
           
 

Methods in com.atlassian.confluence.macro with parameters of type MacroDefinition
 String MacroDefinitionWikiMarkupSerializer.serialize(MacroDefinition macroDefinition)
           
 String MacroDefinitionSerializer.serialize(MacroDefinition macroDefinition)
           
 String MacroDefinitionRequestSerializer.serialize(MacroDefinition macroDefinition)
           
 

Uses of MacroDefinition in com.atlassian.confluence.macro.xhtml
 

Methods in com.atlassian.confluence.macro.xhtml that return MacroDefinition
 MacroDefinition V2MacroToUnmigratedWikiMarkupMacroMigration.migrate(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 MacroDefinition RichTextMacroMigration.migrate(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 MacroDefinition PlainTextMacroMigration.migrate(MacroDefinition macro, ConversionContext context)
           
 MacroDefinition MacroMigration.migrate(MacroDefinition macro, ConversionContext context)
          Migrates a wiki-markup representation of a macro to XHTML
 

Methods in com.atlassian.confluence.macro.xhtml with parameters of type MacroDefinition
 MacroDefinition V2MacroToUnmigratedWikiMarkupMacroMigration.migrate(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 MacroDefinition RichTextMacroMigration.migrate(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 MacroDefinition PlainTextMacroMigration.migrate(MacroDefinition macro, ConversionContext context)
           
 MacroDefinition MacroMigration.migrate(MacroDefinition macro, ConversionContext context)
          Migrates a wiki-markup representation of a macro to XHTML
 

Uses of MacroDefinition in com.atlassian.confluence.plugins.doctheme
 

Methods in com.atlassian.confluence.plugins.doctheme that return MacroDefinition
 MacroDefinition SpaceJumpMacroMigrator.migrate(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.plugins.doctheme with parameters of type MacroDefinition
 MacroDefinition SpaceJumpMacroMigrator.migrate(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 

Uses of MacroDefinition in com.atlassian.confluence.plugins.gadgets.migrator
 

Methods in com.atlassian.confluence.plugins.gadgets.migrator that return MacroDefinition
 MacroDefinition GadgetMacroMigrator.migrate(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.plugins.gadgets.migrator with parameters of type MacroDefinition
 MacroDefinition GadgetMacroMigrator.migrate(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 

Uses of MacroDefinition in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util that return MacroDefinition
 MacroDefinition ExcerptHelper.getMacroDefinition(ContentEntityObject contentEntityObject, String macroName)
          Gets the first MacroDefinition in the supplied (@code contentEntityObject}.
 

Uses of MacroDefinition in com.atlassian.confluence.xhtml
 

Methods in com.atlassian.confluence.xhtml with parameters of type MacroDefinition
static String StorageFormatCreator.convert(MacroDefinition definition)
           Create a storage formatted representation of the supplied macro definition.
static String EditorFormatCreator.convert(MacroDefinition definition)
          Create an editor formatted version of the supplied macro definition.
 

Uses of MacroDefinition in com.atlassian.confluence.xhtml.api
 

Methods in com.atlassian.confluence.xhtml.api that return MacroDefinition
 MacroDefinition EditorFormatService.convertEditToMacroDefinition(String editFragment, ConversionContext context)
          Returns a MacroDefinition from the supplied editFragment.
 MacroDefinition MacroDefinitionUpdater.update(MacroDefinition macroDefinition)
          Called each time a macro definition is found in the content so that each definition may be modified or replaced by another definition.
 

Methods in com.atlassian.confluence.xhtml.api with parameters of type MacroDefinition
 String EditorFormatService.convertMacroDefinitionToEdit(MacroDefinition macroDefinition, ConversionContext context)
          Returns an edit format fragment for the supplied macroDefinition.
 String XhtmlContent.convertMacroDefinitionToStorage(MacroDefinition macroDefinition, ConversionContext context)
          Returns an storage format fragment for the supplied macroDefinition.
 String XhtmlContent.convertMacroDefinitionToView(MacroDefinition macroDefinition, ConversionContext context)
          Returns a view format fragment for the supplied macroDefinition.
 void MacroDefinitionHandler.handle(MacroDefinition macroDefinition)
          Called each time a macro definition is found in the content.
abstract  String MacroDefinitionMarshallingStrategy.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext, Marshaller<MacroDefinition> macroDefinitionMarshaller)
          Convert the MacroDefinition to a string.
 String MacroDefinitionReplacer.replace(MacroDefinition macroDefinition)
          Called each time a macro definition is found in the content, so that each definition may be replaced different content.
 MacroDefinition MacroDefinitionUpdater.update(MacroDefinition macroDefinition)
          Called each time a macro definition is found in the content so that each definition may be modified or replaced by another definition.
 

Method parameters in com.atlassian.confluence.xhtml.api with type arguments of type MacroDefinition
abstract  String MacroDefinitionMarshallingStrategy.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext, Marshaller<MacroDefinition> macroDefinitionMarshaller)
          Convert the MacroDefinition to a string.
 

Constructors in com.atlassian.confluence.xhtml.api with parameters of type MacroDefinition
MacroDefinition(MacroDefinition macroDefinition)
          Copy constructor.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.