Uses of Interface
com.atlassian.confluence.content.render.xhtml.ConversionContext

Packages that use ConversionContext
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.compatibility   
com.atlassian.confluence.content.render.xhtml.editor   
com.atlassian.confluence.content.render.xhtml.editor.embed   
com.atlassian.confluence.content.render.xhtml.editor.inline   
com.atlassian.confluence.content.render.xhtml.editor.link   
com.atlassian.confluence.content.render.xhtml.editor.macro   
com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.links   
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.storage   
com.atlassian.confluence.content.render.xhtml.storage.embed   
com.atlassian.confluence.content.render.xhtml.storage.inline   
com.atlassian.confluence.content.render.xhtml.storage.link   
com.atlassian.confluence.content.render.xhtml.storage.macro   
com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody   
com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.transformers   
com.atlassian.confluence.content.render.xhtml.view   
com.atlassian.confluence.content.render.xhtml.view.embed   
com.atlassian.confluence.content.render.xhtml.view.inline   
com.atlassian.confluence.content.render.xhtml.view.link   
com.atlassian.confluence.content.render.xhtml.view.macro   
com.atlassian.confluence.diff.marshallers   
com.atlassian.confluence.macro   
com.atlassian.confluence.macro.wiki   
com.atlassian.confluence.macro.xhtml   
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugins.doctheme   
com.atlassian.confluence.plugins.expand   
com.atlassian.confluence.plugins.gadgets   
com.atlassian.confluence.plugins.gadgets.migrator   
com.atlassian.confluence.plugins.macros.core   
com.atlassian.confluence.xhtml.api   
 

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

Classes in com.atlassian.confluence.content.render.xhtml that implement ConversionContext
 class DefaultConversionContext
          A non-thread safe implementation of the ConversionContext suitable for use in the single threaded XHTML output process.
 

Methods in com.atlassian.confluence.content.render.xhtml with parameters of type ConversionContext
 String XhtmlCleaner.cleanQuietly(String unclean, ConversionContext context)
          Clean the specified String.
 String PolicyConfiguredXhtmlCleaner.cleanQuietly(String unclean, ConversionContext context)
           
 EmbeddedImage DefaultEditorFormatService.convertEditToEmbeddedImage(String editFragment, ConversionContext context)
           
 Link DefaultEditorFormatService.convertEditToLink(String editFragment, ConversionContext context)
           
 MacroDefinition DefaultEditorFormatService.convertEditToMacroDefinition(String editFragment, ConversionContext context)
           
 String DefaultEditorFormatService.convertEditToStorage(String editFragment, ConversionContext context)
           
 String DefaultEditorFormatService.convertEmbeddedImageToEdit(EmbeddedImage embeddedImage, ConversionContext context)
           
 String DefaultXhtmlContent.convertEmbeddedImageToStorage(EmbeddedImage embeddedImage, ConversionContext context)
           
 String DefaultXhtmlContent.convertEmbeddedImageToView(EmbeddedImage embeddedImage, ConversionContext context)
           
 String DefaultEditorFormatService.convertLinkToEdit(Link link, ConversionContext context)
           
 String DefaultXhtmlContent.convertLinkToStorage(Link link, ConversionContext context)
           
 String DefaultXhtmlContent.convertLinkToView(Link link, ConversionContext context)
           
 String DefaultEditorFormatService.convertMacroDefinitionToEdit(MacroDefinition macroDefinition, ConversionContext context)
           
 String DefaultXhtmlContent.convertMacroDefinitionToStorage(MacroDefinition macroDefinition, ConversionContext context)
           
 String DefaultXhtmlContent.convertMacroDefinitionToView(MacroDefinition macroDefinition, ConversionContext context)
           
 String DefaultEditorFormatService.convertStorageToEdit(String storageFragment, ConversionContext context)
           
 String DefaultXhtmlContent.convertStorageToView(String storageFragment, ConversionContext context)
           
 String DefaultEditorFormatService.convertWikiToEdit(String wikiContent, ConversionContext context)
           
 String DefaultXhtmlContent.convertWikiToStorage(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions)
           
 String DefaultXhtmlContent.convertWikiToView(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions)
           
static PageContext NastyUtilitiesWhichWillBeMadeRedundant.extractPageContext(ConversionContext context)
          Deprecated.  
protected  ResourceIdentifier DelegatingLinkMarshaller.getResourceIdentifier(Link link, ConversionContext conversionContext)
           
 void DefaultXhtmlContent.handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler)
           
 boolean Unmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
          Determines whether or not this unmarshaller should be applied to a fragment with the specified start element.
 boolean UnmarshalMarshalFragmentTransformer.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 void DefaultXhtmlContent.handleXhtmlElements(String storageFragment, ConversionContext context, List<? extends XhtmlVisitor> visitors)
           
 String DelegatingLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String Marshaller.marshal(T object, ConversionContext conversionContext)
          Marshals an object to XML.
 void StaxStreamMarshaller.marshal(T object, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 String Renderer.render(ContentEntityObject content, ConversionContext conversionContext)
           
 String LinkRenderer.render(ContentEntityObject content, ConversionContext conversionContext)
          Renders link to specified content using the display name of the content as the link body.
 String DefaultRenderer.render(ContentEntityObject contentEntityObject, ConversionContext conversionContext)
           
 String DefaultLinkRenderer.render(ContentEntityObject content, ConversionContext conversionContext)
           
 String LinkRenderer.render(ContentEntityObject content, String linkAlias, ConversionContext conversionContext)
          Renders link to specified content with specified alias.
 String DefaultLinkRenderer.render(ContentEntityObject content, String linkAlias, ConversionContext conversionContext)
           
 String Renderer.render(String xml, ConversionContext conversionContext)
           
 String DefaultRenderer.render(String content, ConversionContext conversionContext)
           
 String DefaultXhtmlContent.replaceMacroDefinitionsWithString(String storageFragment, ConversionContext context, MacroDefinitionReplacer replacer)
           
 String TransformerChain.transform(Reader input, ConversionContext conversionContext)
           
 String PluggableTransformerChain.transform(Reader input, ConversionContext conversionContext)
           
 String UnmarshalMarshalFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 T Unmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
          Unmarshalls a StAX event stream to an object.
 String DefaultXhtmlContent.updateMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.compatibility
 

Methods in com.atlassian.confluence.content.render.xhtml.compatibility that return ConversionContext
 ConversionContext LegacyV2RendererContextInitialiser.initialise(ConversionContext conversionContext)
           
 ConversionContext DefaultLegacyV2RendererContextInitialiser.initialise(ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.compatibility with parameters of type ConversionContext
 ConversionContext LegacyV2RendererContextInitialiser.initialise(ConversionContext conversionContext)
           
 ConversionContext DefaultLegacyV2RendererContextInitialiser.initialise(ConversionContext conversionContext)
           
 String BodyTypeAwareRenderer.render(ContentEntityObject content, ConversionContext conversionContext)
          Produces an appropriate rendering of the specified content depending on its BodyType.
 String BodyTypeAwareRenderer.render(String xml, ConversionContext conversionContext)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor
 

Methods in com.atlassian.confluence.content.render.xhtml.editor with parameters of type ConversionContext
 String EditorConverter.convert(String editorFormat, ConversionContext conversionContext)
           
 String DefaultEditorConverter.convert(String editorFormat, ConversionContext conversionContext)
           
 boolean EditorErrorFragmentTransformer.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 String EditorXhtmlTransformer.transform(Reader editorFormatXml, ConversionContext conversionContext)
          Begin consuming events from the supplied Reader, ignore all elements until the body is encountered, at which point the fragment transformation begins.
 String EditorErrorFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor.embed
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type ConversionContext
 boolean EditorEmbeddedImageResourceUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 EmbeddedImage EditorEmbeddedImageResourceUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 void EditorEmbeddedImageTitleWriter.writeEmbeddedImageTag(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext)
           
 void EditorUnidentifiedAttachmentMarshaller.writePlaceholder(XMLStreamWriter xmlStreamWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor.inline
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.inline with parameters of type ConversionContext
 boolean EditorEmoticonUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 String EditorEmoticonMarshaller.marshal(Emoticon emoticon, ConversionContext conversionContext)
           
 Emoticon EditorEmoticonUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor.link
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type ConversionContext
 boolean EditorLinkUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean EditorLinkBodyUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
          This unmarshaller needs to be applied intelligently on a reader with the actual body of a link.
 void AttachmentStaxStreamMarshaller.marshal(Attachment attachment, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 void EditorLinkMarshallingStrategy.marshal(Link link, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 Link EditorLinkUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 LinkBody EditorLinkBodyUnmarshaller.unmarshal(XMLEventReader linkFragmentReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
protected  void EditorUnresolvedLinkMarshaller.writeAdditionalAttributes(UnresolvedLink unresolvedLink, XMLStreamWriter xmlStreamWriter, Marshaller<Link> unresolvedLinkBodyMarshaller, ConversionContext conversionContext)
           
 

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

Methods in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type ConversionContext
 boolean EditorMacroUnmarshaller.handles(StartElement startElement, ConversionContext conversionContext)
           
 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)
           
 MacroDefinition EditorMacroUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers with parameters of type ConversionContext
 boolean IdAndTypeAnalyzingResourceIdentifierUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean EditorUserResourceIdentifierMarshallerAndUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean EditorSpaceResourceIdentifierMarshallerAndUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean EditorShortcutResourceIdentifierMarshallerAndUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean EditorPageResourceIdentifierMarshallerAndUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean EditorIdAndTypeResourceIdentifierUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 void EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller.marshal(AttachmentResourceIdentifier attachmentResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 void EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller.marshal(BlogPostResourceIdentifier blogPostResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 void EditorPageResourceIdentifierMarshallerAndUnmarshaller.marshal(PageResourceIdentifier pageResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 void DelegatingEditorResourceIdentifierMarshaller.marshal(ResourceIdentifier resourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 void EditorShortcutResourceIdentifierMarshallerAndUnmarshaller.marshal(ShortcutResourceIdentifier shortcutResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 void EditorSpaceResourceIdentifierMarshallerAndUnmarshaller.marshal(SpaceResourceIdentifier spaceResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 void EditorUserResourceIdentifierMarshallerAndUnmarshaller.marshal(UserResourceIdentifier userResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 ResourceIdentifier IdAndTypeAnalyzingResourceIdentifierUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 ResourceIdentifier EditorUserResourceIdentifierMarshallerAndUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 ResourceIdentifier EditorSpaceResourceIdentifierMarshallerAndUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 ResourceIdentifier EditorShortcutResourceIdentifierMarshallerAndUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 ResourceIdentifier EditorPageResourceIdentifierMarshallerAndUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 IdAndTypeResourceIdentifier EditorIdAndTypeResourceIdentifierUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 ResourceIdentifier EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 ResourceIdentifier EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.links
 

Methods in com.atlassian.confluence.content.render.xhtml.links with parameters of type ConversionContext
 String HtmlExportHrefEvaluator.createHref(ConversionContext context, Attachment attachment, String anchor)
           
 String OutputTypeAwareHrefEvaluator.createHref(ConversionContext context, Object entity, String anchor)
           
 String HtmlExportHrefEvaluator.createHref(ConversionContext context, Object entity, String anchor)
          Attachments and Pages may well exist in the export so look for them as a special case.
 String HrefEvaluator.createHref(ConversionContext context, Object object, String anchor)
          Create the appropriate href attribute value for the supplied ConversionContext.
 String DefaultHrefEvaluator.createHref(ConversionContext context, Object destination, String anchor)
           
 String AbsoluteHrefEvaluator.createHref(ConversionContext context, Object object, String anchor)
           
 String HtmlExportHrefEvaluator.createHref(ConversionContext context, Page page, String anchor)
           
 String HtmlExportHrefEvaluator.createHref(ConversionContext context, WebLink link, String anchor)
           
 

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

Methods in com.atlassian.confluence.content.render.xhtml.migration with parameters of type ConversionContext
 String UrlLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type ConversionContext
static ResourceIdentifier ContextResourceIdentifierConverter.convert(ConversionContext context)
           
 ResourceIdentifier ResourceIdentifierFactory.getResourceIdentifier(Object resource, ConversionContext context)
          Creates a resource identifier for the specified resource.
 ResourceIdentifier DefaultResourceIdentifierFactory.getResourceIdentifier(Object resource, ConversionContext context)
           
 Attachment AttachmentResourceIdentifierResolver.resolve(AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 BlogPost BlogPostResourceIdentifierResolver.resolve(BlogPostResourceIdentifier blogResourceIdentifier, ConversionContext conversionContext)
           
 ContentEntityObject ContentEntityResourceIdentifierResolver.resolve(ContentEntityResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
           
 Draft DraftResourceIdentifierResolver.resolve(DraftResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
           
 Object IdAndTypeResourceIdentifierResolver.resolve(IdAndTypeResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
           
 Page PageResourceIdentifierResolver.resolve(PageResourceIdentifier pageResourceIdentifier, ConversionContext conversionContext)
           
 Space SpaceResourceIdentifierResolver.resolve(SpaceResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
          Resolves a SpaceResourceIdentifier to a Space if a Space for the given spacekey exists.
 Y ResourceIdentifierResolver.resolve(X resourceIdentifier, ConversionContext conversionContext)
           
 

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

Methods in com.atlassian.confluence.content.render.xhtml.storage with parameters of type ConversionContext
 String StorageXhtmlTransformer.transform(Reader storage, ConversionContext conversionContext)
          Begin parsing the supplied Reader, ignore all elements until the body is encountered, at which point "ComponentParsing" begins.
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.embed
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.embed with parameters of type ConversionContext
 boolean StorageEmbeddedImageUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 String StorageEmbeddedImageMarshaller.marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext)
           
 EmbeddedImage StorageEmbeddedImageUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.inline
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.inline with parameters of type ConversionContext
 boolean StorageEmoticonUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 String StorageEmoticonMarshaller.marshal(Emoticon emoticon, ConversionContext conversionContext)
           
 Emoticon StorageEmoticonUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.link
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type ConversionContext
 boolean StorageRichTextLinkBodyUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean StoragePlainTextLinkBodyUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean StorageLinkUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 String StorageLinkBodyMarshaller.marshal(LinkBody<?> linkBody, ConversionContext conversionContext)
           
 String StorageLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 LinkBody StorageRichTextLinkBodyUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 PlainTextLinkBody StoragePlainTextLinkBodyUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
          Implementation Note: In actual use this Unmarshaller will be operating on a 'storage reader'.
 Link StorageLinkUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

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

Methods in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type ConversionContext
 boolean StorageMacroUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 String StorageMacroMarshaller.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 MacroDefinition StorageMacroUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

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

Methods in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody with parameters of type ConversionContext
 String InlineBodyMacroFixingTransformer.transform(Reader input, ConversionContext conversionContext)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with parameters of type ConversionContext
 boolean StorageResourceIdentifierUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean DelegatingResourceIdentifierUnmarshaller.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 String StorageAttachmentResourceIdentifierMarshaller.marshal(AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 String StorageBlogPostResourceIdentifierMarshaller.marshal(BlogPostResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
          Marshal the provided resource identifier.
 String StorageContentEntityResourceIdentifierMarshaller.marshal(ContentEntityResourceIdentifier contentEntityResourceIdentifier, ConversionContext conversionContext)
           
 String StoragePageResourceIdentifierMarshaller.marshal(PageResourceIdentifier pageResourceIdentifier, ConversionContext conversionContext)
          Marshal the provided resource identifier.
 String MakeRelativeAndDelegateResourceIdentifierMarshaller.marshal(ResourceIdentifier resourceId, ConversionContext conversionContext)
           
 String DelegatingResourceIdentifierMarshaller.marshal(ResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
           
 String StorageShortcutResourceIdentifierMarshaller.marshal(ShortcutResourceIdentifier shortcutResourceIdentifier, ConversionContext conversionContext)
           
 String StorageSpaceResourceIdentifierMarshaller.marshal(SpaceResourceIdentifier spaceResourceIdentifier, ConversionContext conversionContext)
           
 String StorageUrlResourceIdentifierMarshaller.marshal(UrlResourceIdentifier urlResourceIdentifier, ConversionContext conversionContext)
           
 String StorageUserResourceIdentifierMarshaller.marshal(UserResourceIdentifier userResourceIdentifier, ConversionContext conversionContext)
           
 ResourceIdentifier StorageResourceIdentifierUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 ResourceIdentifier DelegatingResourceIdentifierUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.transformers
 

Methods in com.atlassian.confluence.content.render.xhtml.transformers with parameters of type ConversionContext
 boolean LazyLoadingFragmentTransformer.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean Html4VoidElementFragmentTransformer.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean FragmentTransformer.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean ElementTransformingFragmentTransformer.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean DefaultFragmentTransformer.handles(StartElement startElementEvent, ConversionContext conversionContext)
          This fragment converter handles every XHTML element that is not handled by any other converter.
 String Transformer.transform(Reader input, ConversionContext conversionContext)
           
 String RemoveApostropheEntityTransformer.transform(Reader input, ConversionContext conversionContext)
           
 String LazyLoadingFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 String Html4VoidElementFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 String FragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 String ElementTransformingFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
          Wraps the supplied reader in an ElementTransformingXmlEventReader and then applies the mainFragmentTransformer.
 String DefaultFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer defaultFragmentTransformer, ConversionContext conversionContext)
          Transform the XML read from the supplied reader, making use of any configured FragmentTransformers as appropriate.
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view
 

Methods in com.atlassian.confluence.content.render.xhtml.view with parameters of type ConversionContext
 boolean ViewTableWrappingFragmentTransformer.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean ViewHtmlAnchorFragmentTransformer.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 boolean ViewHeadingFragmentTransformer.handles(StartElement startElementEvent, ConversionContext conversionContext)
           
 String ViewTableWrappingFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 String ViewHtmlAnchorFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 String ViewHeadingFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view.embed
 

Methods in com.atlassian.confluence.content.render.xhtml.view.embed with parameters of type ConversionContext
 String EmbeddedImageMarshaller.marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext)
           
 void DefaultAttachedImageResourceMarshaller.marshal(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 void AttachedImageMarshaller.marshal(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 void ViewEmbeddedImageTitleWriter.writeEmbeddedImageTag(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext)
           
 void SimpleEmbeddedImageTagWriter.writeEmbeddedImageTag(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext)
           
 void LinkWrappingEmbeddedImageTagWriter.writeEmbeddedImageTag(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext)
           
 void EmbeddedImageTagWriter.writeEmbeddedImageTag(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext)
           
 void ViewUnidentifiedAttachmentMarshaller.writePlaceholder(XMLStreamWriter xmlStreamWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)
           
 void UnidentifiedAttachmentMarshaller.writePlaceholder(XMLStreamWriter xmlStreamWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view.inline
 

Methods in com.atlassian.confluence.content.render.xhtml.view.inline with parameters of type ConversionContext
 String ViewEmoticonMarshaller.marshal(Emoticon emoticon, ConversionContext conversionContext)
           
 

Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view.link
 

Methods in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type ConversionContext
 String ViewCreatePageLinkMarshaller.marshal(CreatePageLink createPageLink, ConversionContext conversionContext)
           
 String ViewUserLinkMarshaller.marshal(Link userLink, ConversionContext conversionContext)
           
 String ViewUnresolvedLinkBodyMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String ViewSpaceLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
          Marshals the given link to a String.
 String ViewShortcutLinkMarshaller.marshal(Link shortcutLink, ConversionContext conversionContext)
           
 String ViewPageLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String ViewLinkBodyMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String ViewIdAndTypeLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String ViewDraftLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String ViewContentEntityLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String ViewBlogPostLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String ViewAttachmentLinkMarshaller.marshal(Link attachmentLink, ConversionContext conversionContext)
           
 String ViewUnresolvedLinkMarshaller.marshal(UnresolvedLink unresolvedLink, ConversionContext conversionContext)
           
protected  void ViewUnresolvedLinkMarshaller.writeAdditionalAttributes(UnresolvedLink unresolvedLink, XMLStreamWriter xmlStreamWriter, Marshaller<Link> unresolvedLinkBodyMarshaller, ConversionContext conversionContext)
           
 

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

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

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

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

Uses of ConversionContext in com.atlassian.confluence.macro
 

Methods in com.atlassian.confluence.macro with parameters of type ConversionContext
 String V2CompatibilityMacro.execute(Map<String,String> parameters, String body, ConversionContext conversionContext)
           
 String Macro.execute(Map<String,String> parameters, String body, ConversionContext context)
           
 String LazyLoadingMacroWrapper.execute(Map<String,String> parameters, String body, ConversionContext context)
           
 String GenericVelocityMacro.execute(Map<String,String> parameters, String body, ConversionContext context)
           
 String CustomHtmlEditorPlaceholder.getCustomPlaceholder(Map<String,String> parameters, String body, ConversionContext context)
           
 ImagePlaceholder EditorImagePlaceholder.getImagePlaceholder(Map<String,String> parameters, ConversionContext context)
          Returns an ImagePlaceholder instance to be displayed in the editor.
 

Uses of ConversionContext in com.atlassian.confluence.macro.wiki
 

Methods in com.atlassian.confluence.macro.wiki with parameters of type ConversionContext
 String UnmigratedInlineWikiMarkupMacro.execute(Map<String,String> parameters, String body, ConversionContext context)
           
 String UnmigratedBlockWikiMarkupMacro.execute(Map<String,String> parameters, String body, ConversionContext context)
           
 

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

Methods in com.atlassian.confluence.macro.xhtml with parameters of type ConversionContext
 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 ConversionContext in com.atlassian.confluence.mail.notification
 

Methods in com.atlassian.confluence.mail.notification that return ConversionContext
 ConversionContext ConversionContextCreator.createConversionContext(ContentEntityObject ceo)
           
 

Uses of ConversionContext in com.atlassian.confluence.mail.notification.listeners
 

Methods in com.atlassian.confluence.mail.notification.listeners that return ConversionContext
protected  ConversionContext SpaceNotificationsListener.getConversionContext(NotificationData notificationData)
           
protected  ConversionContext AbstractNotificationsListener.getConversionContext(NotificationData notificationData)
           
 

Uses of ConversionContext in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions that return ConversionContext
protected  ConversionContext AbstractPreviewPageAction.getConversionContext()
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type ConversionContext
protected  String AbstractPreviewPageAction.convertContentToStorageFormat(ConversionContext conversionContext)
           
 

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

Methods in com.atlassian.confluence.plugins.doctheme with parameters of type ConversionContext
 String SpaceJumpMacro.execute(Map<String,String> parameters, String body, ConversionContext conversionContext)
           
 MacroDefinition SpaceJumpMacroMigrator.migrate(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 

Uses of ConversionContext in com.atlassian.confluence.plugins.expand
 

Methods in com.atlassian.confluence.plugins.expand with parameters of type ConversionContext
 String ExpandMacro.execute(Map<String,String> parameters, String body, ConversionContext context)
           
 

Uses of ConversionContext in com.atlassian.confluence.plugins.gadgets
 

Methods in com.atlassian.confluence.plugins.gadgets with parameters of type ConversionContext
 String GadgetMacro.execute(Map<String,String> params, String body, ConversionContext conversionContext)
           
 ImagePlaceholder GadgetMacro.getImagePlaceholder(Map<String,String> parameters, ConversionContext context)
           
 

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

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

Uses of ConversionContext in com.atlassian.confluence.plugins.macros.core
 

Methods in com.atlassian.confluence.plugins.macros.core with parameters of type ConversionContext
 String LoremIpsumMacro.execute(Map<String,String> parameters, String body, ConversionContext context)
           
 

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

Methods in com.atlassian.confluence.xhtml.api with parameters of type ConversionContext
 EmbeddedImage EditorFormatService.convertEditToEmbeddedImage(String editFragment, ConversionContext context)
          Returns a EmbeddedImage from the supplied editFragment.
 Link EditorFormatService.convertEditToLink(String editFragment, ConversionContext context)
          Returns a MacroDefinition from the supplied editFragment.
 MacroDefinition EditorFormatService.convertEditToMacroDefinition(String editFragment, ConversionContext context)
          Returns a MacroDefinition from the supplied editFragment.
 String EditorFormatService.convertEditToStorage(String editFragment, ConversionContext context)
          Returns an storage format fragment for the supplied editFragment.
 String EditorFormatService.convertEmbeddedImageToEdit(EmbeddedImage embeddedImage, ConversionContext context)
          Returns an edit format fragment for the supplied embeddedImage.
 String XhtmlContent.convertEmbeddedImageToStorage(EmbeddedImage embeddedImage, ConversionContext context)
          Returns a storage format fragment for the supplied embeddedImage.
 String XhtmlContent.convertEmbeddedImageToView(EmbeddedImage embeddedImage, ConversionContext context)
          Returns a view format fragment for the supplied embeddedImage.
 String EditorFormatService.convertLinkToEdit(Link link, ConversionContext context)
          Returns an edit format fragment for the supplied link.
 String XhtmlContent.convertLinkToStorage(Link link, ConversionContext context)
          Returns a storage format fragment for the supplied link.
 String XhtmlContent.convertLinkToView(Link link, ConversionContext context)
          Returns a view format fragment for the supplied link.
 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.
 String EditorFormatService.convertStorageToEdit(String storageFragment, ConversionContext context)
          Returns an edit format fragment for the supplied storageFragment.
 String XhtmlContent.convertStorageToView(String storageFragment, ConversionContext context)
          Returns a view format fragment for the supplied storageFragment.
 String EditorFormatService.convertWikiToEdit(String wikiContent, ConversionContext context)
          Returns the XHTML edit format equivalent of the supplied wikiContent (Wiki markup).
 String XhtmlContent.convertWikiToStorage(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions)
          Returns the XHTML storage format equivalent of the supplied wikiContent (wiki markup).
 String XhtmlContent.convertWikiToView(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions)
          Returns the HTML view format equivalent of the supplied wikiContent.
 boolean XhtmlVisitor.handle(XMLEvent xmlEvent, ConversionContext context)
          Called on each XMLEvent during a parse of an XHTML document.
 boolean PageLayoutVisitor.handle(XMLEvent xmlEvent, ConversionContext context)
           
 void XhtmlContent.handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler)
          Perform an operation on MacroDefinitions in the supplied storageFragment without making changes to the storage representation.
 void XhtmlContent.handleXhtmlElements(String storageFragment, ConversionContext context, List<? extends XhtmlVisitor> visitors)
          Provides a mechanism for finding arbitrary Xhtml elements in the supplied storageFormat.
 String XhtmlContent.replaceMacroDefinitionsWithString(String storageFragment, ConversionContext context, MacroDefinitionReplacer replacer)
          Replaces MacroDefinitions in the supplied storageFragment with a String.
 String XhtmlContent.updateMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater)
          Updates MacroDefinitions in the supplied storageFragment.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.