|
||||||||||
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(java.lang.String editFragment,
ConversionContext context)
|
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type MacroDefinition | |
---|---|
java.lang.String |
DefaultEditorFormatService.convertMacroDefinitionToEdit(MacroDefinition macroDefinition,
ConversionContext context)
|
java.lang.String |
DefaultXhtmlContent.convertMacroDefinitionToStorage(MacroDefinition macroDefinition,
ConversionContext context)
|
java.lang.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(javax.xml.stream.XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
|
Methods in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type MacroDefinition | |
---|---|
protected java.lang.String |
EditorUnknownMacroMarshaller.getCssClass(MacroDefinition definition)
|
protected java.lang.String |
EditorBodyMacroMarshaller.getCssClass(MacroDefinition definition)
|
protected java.lang.String |
EditorBodilessMacroMarshaller.getCssClass(MacroDefinition definition)
|
protected java.lang.String |
EditorUnknownMacroMarshaller.getImageSource(MacroDefinition definition)
|
protected java.lang.String |
EditorBodilessMacroMarshaller.getImageSource(MacroDefinition definition)
|
java.lang.String |
PlaceholderUrlFactory.getUrlForMacro(MacroDefinition macroDefinition)
|
java.lang.String |
DefaultPlaceholderUrlFactory.getUrlForMacro(MacroDefinition macroDefinition)
|
java.lang.String |
PlaceholderUrlFactory.getUrlForMacroHeading(MacroDefinition macroDefinition)
|
java.lang.String |
DefaultPlaceholderUrlFactory.getUrlForMacroHeading(MacroDefinition macroDefinition)
|
Streamable |
EditorMacroMarshaller.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Streamable |
MacroMarshaller.marshal(Macro macro,
MacroDefinition macroDefinition,
ConversionContext conversionContext)
Marshall the supplied macro. |
Streamable |
EditorBodyMacroMarshaller.marshal(Macro macro,
MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Streamable |
EditorBodilessMacroMarshaller.marshal(Macro macro,
MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Streamable |
CustomPlaceholderEditorMarshaller.marshal(Macro macro,
MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Streamable |
CustomImageEditorMacroMarshaller.marshal(Macro macro,
MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
void |
CommonMacroAttributeWriter.writeCommonAttributes(MacroDefinition macroDefinition,
javax.xml.stream.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 | |
---|---|
java.lang.String |
SectionMacroReplacementRenderer.render(MacroDefinition macro,
com.atlassian.renderer.RenderContext renderContext)
|
java.lang.String |
QuoteMacroReplacementRenderer.render(MacroDefinition macro,
com.atlassian.renderer.RenderContext renderContext)
|
java.lang.String |
NolinkMacroReplacementRenderer.render(MacroDefinition macro,
com.atlassian.renderer.RenderContext renderContext)
|
java.lang.String |
MacroReplacementRenderer.render(MacroDefinition macro,
com.atlassian.renderer.RenderContext renderContext)
|
java.lang.String |
ColumnMacroReplacementRenderer.render(MacroDefinition macro,
com.atlassian.renderer.RenderContext renderContext)
|
java.lang.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(java.util.List<com.atlassian.renderer.v2.components.RendererComponent> components,
Marshaller<MacroDefinition> wikiMarkupMacroMarshaller)
|
|
XhtmlEmbeddedRendererComponent(Marshaller<MacroDefinition> wikiMarkupMacroMarshaller,
MacroParameterTypeParser macroParameterTypeParser)
|
|
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 |
StorageMacroV2Unmarshaller.unmarshal(javax.xml.stream.XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
|
MacroDefinition |
StorageMacroV1Unmarshaller.unmarshal(javax.xml.stream.XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
|
MacroDefinition |
DelegatingStorageMacroUnmarshaller.unmarshal(javax.xml.stream.XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
|
Methods in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type MacroDefinition | |
---|---|
Streamable |
StorageMacroV2Marshaller.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Streamable |
StorageMacroV1Marshaller.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Streamable |
DelegatingStorageMacroMarshaller.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
Marshals the supplied MacroDefinition using either V1 or V2 macro storage format. |
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 | |
---|---|
java.lang.String |
ViewMacroErrorPlaceholderImpl.create(MacroDefinition macroDefinition,
java.lang.String errorMessage)
|
java.lang.String |
ViewMacroErrorPlaceholder.create(MacroDefinition macroDefinition,
java.lang.String errorMessage)
|
Streamable |
ViewUnknownMacroMarshaller.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Streamable |
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,
ConfluenceMonitoring monitoring)
|
Uses of MacroDefinition in com.atlassian.confluence.diff.marshallers |
---|
Methods in com.atlassian.confluence.diff.marshallers with parameters of type MacroDefinition | |
---|---|
Streamable |
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(java.lang.String serializedValue)
|
MacroDefinition |
MacroDefinitionRequestDeserializer.deserialize(java.lang.String serializedValue)
|
MacroDefinition |
MacroDefinitionDeserializer.deserialize(java.lang.String serializedValue)
|
MacroDefinition |
MacroDefinitionWikiMarkupDeserializer.deserializeWithTypedParameters(java.lang.String serializedValue,
ConversionContext conversionContext)
|
MacroDefinition |
MacroDefinitionRequestDeserializer.deserializeWithTypedParameters(java.lang.String serializedValue,
ConversionContext conversionContext)
|
MacroDefinition |
MacroDefinitionDeserializer.deserializeWithTypedParameters(java.lang.String serializedValue,
ConversionContext conversionContext)
|
Methods in com.atlassian.confluence.macro with parameters of type MacroDefinition | |
---|---|
java.lang.String |
MacroDefinitionWikiMarkupSerializer.serialize(MacroDefinition macroDefinition)
|
java.lang.String |
MacroDefinitionSerializer.serialize(MacroDefinition macroDefinition)
|
java.lang.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,
java.lang.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 java.lang.String |
EditorFormatCreator.convert(MacroDefinition definition)
Create an editor formatted version of the supplied macro definition. |
static java.lang.String |
StorageFormatCreator.convert(MacroDefinition definition,
MacroMetadataManager macroMetadataManager)
Create a storage formatted representation 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(java.lang.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 | |
---|---|
java.lang.String |
EditorFormatService.convertMacroDefinitionToEdit(MacroDefinition macroDefinition,
ConversionContext context)
Returns an edit format fragment for the supplied macroDefinition . |
java.lang.String |
XhtmlContent.convertMacroDefinitionToStorage(MacroDefinition macroDefinition,
ConversionContext context)
Returns an storage format fragment for the supplied macroDefinition . |
java.lang.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 Streamable |
MacroDefinitionMarshallingStrategy.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext,
Marshaller<MacroDefinition> macroDefinitionMarshaller)
Convert the MacroDefinition to a string. |
java.lang.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 Streamable |
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 |