|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
CustomPlaceholderEditorMarshaller.marshal(Macro macro,
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 |
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()
|
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 |
NolinkMacroReplacementRenderer.render(MacroDefinition macro,
com.atlassian.renderer.RenderContext renderContext)
|
String |
QuoteMacroReplacementRenderer.render(MacroDefinition macro,
com.atlassian.renderer.RenderContext renderContext)
|
String |
SectionMacroReplacementRenderer.render(MacroDefinition macro,
com.atlassian.renderer.RenderContext renderContext)
|
String |
MacroReplacementRenderer.render(MacroDefinition macro,
com.atlassian.renderer.RenderContext renderContext)
|
String |
ColorMacroReplacementRenderer.render(MacroDefinition macro,
com.atlassian.renderer.RenderContext renderContext)
|
String |
ColumnMacroReplacementRenderer.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,
EventPublisher eventPublisher)
|
|
DefaultContentTransformerFactory(Unmarshaller<MacroDefinition> macroDefinitionUnmarshaller,
Marshaller<MacroDefinition> macroDefinitionMarshaller,
XmlEventReaderFactory xmlEventReaderFactory,
XMLOutputFactory xmlOutputFactory,
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> |
ViewMacroMarshallerFactory.newMacroMarshaller()
Get a new instance of the default view macro Marshaller. |
Marshaller<MacroDefinition> |
ViewMacroMarshallerFactoryImpl.newMacroMarshaller()
|
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.newMacroMarshaller(MacroManager macroManager,
Marshaller<MacroDefinition> unknownMacroMarshaller,
ViewMacroErrorPlaceholder viewMacroErrorPlaceholder)
|
Marshaller<MacroDefinition> |
ViewMacroMarshallerFactory.newUnknownMacroMarshaller()
|
Marshaller<MacroDefinition> |
ViewMacroMarshallerFactoryImpl.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 |
ViewMacroMarshaller.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
String |
ViewUnknownMacroMarshaller.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Method parameters in com.atlassian.confluence.content.render.xhtml.view.macro with type arguments of type MacroDefinition | |
---|---|
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.newMacroMarshaller(MacroManager macroManager,
Marshaller<MacroDefinition> unknownMacroMarshaller,
ViewMacroErrorPlaceholder 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,
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 |
MacroDefinitionDeserializer.deserialize(String serializedValue)
|
MacroDefinition |
MacroDefinitionRequestDeserializer.deserialize(String serializedValue)
|
MacroDefinition |
MacroDefinitionWikiMarkupDeserializer.deserialize(String serializedValue)
|
Methods in com.atlassian.confluence.macro with parameters of type MacroDefinition | |
---|---|
String |
MacroDefinitionSerializer.serialize(MacroDefinition macroDefinition)
|
String |
MacroDefinitionRequestSerializer.serialize(MacroDefinition macroDefinition)
|
String |
MacroDefinitionWikiMarkupSerializer.serialize(MacroDefinition macroDefinition)
|
Uses of MacroDefinition in com.atlassian.confluence.macro.xhtml |
---|
Methods in com.atlassian.confluence.macro.xhtml that return MacroDefinition | |
---|---|
MacroDefinition |
RichTextMacroMigration.migrate(MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
MacroDefinition |
MacroMigration.migrate(MacroDefinition macro,
ConversionContext context)
Migrates a wiki-markup representation of a macro to XHTML |
MacroDefinition |
PlainTextMacroMigration.migrate(MacroDefinition macro,
ConversionContext context)
|
MacroDefinition |
V2MacroToUnmigratedWikiMarkupMacroMigration.migrate(MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Methods in com.atlassian.confluence.macro.xhtml with parameters of type MacroDefinition | |
---|---|
MacroDefinition |
RichTextMacroMigration.migrate(MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
MacroDefinition |
MacroMigration.migrate(MacroDefinition macro,
ConversionContext context)
Migrates a wiki-markup representation of a macro to XHTML |
MacroDefinition |
PlainTextMacroMigration.migrate(MacroDefinition macro,
ConversionContext context)
|
MacroDefinition |
V2MacroToUnmigratedWikiMarkupMacroMigration.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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |