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

Packages that use XmlEventReaderFactory
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.editor   
com.atlassian.confluence.content.render.xhtml.editor.embed   
com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker   
com.atlassian.confluence.content.render.xhtml.editor.link   
com.atlassian.confluence.content.render.xhtml.editor.macro   
com.atlassian.confluence.content.render.xhtml.editor.pagelayouts   
com.atlassian.confluence.content.render.xhtml.editor.placeholder   
com.atlassian.confluence.content.render.xhtml.links   
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.storage   
com.atlassian.confluence.content.render.xhtml.storage.embed   
com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker   
com.atlassian.confluence.content.render.xhtml.storage.inlinetask   
com.atlassian.confluence.content.render.xhtml.storage.link   
com.atlassian.confluence.content.render.xhtml.storage.link.user   
com.atlassian.confluence.content.render.xhtml.storage.macro   
com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody   
com.atlassian.confluence.content.render.xhtml.storage.pagelayouts   
com.atlassian.confluence.content.render.xhtml.transformers   
com.atlassian.confluence.content.render.xhtml.view   
com.atlassian.confluence.content.render.xhtml.view.excerpt   
com.atlassian.confluence.content.render.xhtml.view.inlinetask   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.pages.templates   
com.atlassian.confluence.plugins.merge   
com.atlassian.confluence.plugins.templates.transformer   
com.atlassian.confluence.tinymceplugin.rest   
com.atlassian.confluence.upgrade.upgradetask   
com.atlassian.confluence.util.diffs   
com.atlassian.confluence.xml   
com.atlassian.studio.confluence.transformer   
 

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

Classes in com.atlassian.confluence.content.render.xhtml that implement XmlEventReaderFactory
 class DefaultXmlEventReaderFactory
           
 

Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type XmlEventReaderFactory
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)
           
DefaultXmlEntityExpander(XmlEventReaderFactory xmlEventReaderFactory)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.editor with parameters of type XmlEventReaderFactory
EditorXhtmlTransformer(XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type XmlEventReaderFactory
EditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller, XmlEventReaderFactory xmlEventReaderFactory, MarshallingRegistry registry)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker
 

Constructors in com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker with parameters of type XmlEventReaderFactory
EditorInlineCommentMarkerUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type XmlEventReaderFactory
EditorLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XmlEntityExpander xmlEntityExpander)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type XmlEventReaderFactory
EditorMacroUnmarshaller(XMLOutputFactory xmlFragmentOutputFactory, XMLEventFactory xmlEventFactory, com.atlassian.confluence.content.render.xhtml.editor.macro.MacroNameAndParameterSubParser macroNameAndParameterSubParser, XmlEventReaderFactory xmlEventReaderFactory, XmlEntityExpander xmlEntityExpander)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.editor.pagelayouts
 

Constructors in com.atlassian.confluence.content.render.xhtml.editor.pagelayouts with parameters of type XmlEventReaderFactory
EditorPageLayoutUnMarshaller(XmlEventReaderFactory xmlEventReaderFactory)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.editor.placeholder
 

Constructors in com.atlassian.confluence.content.render.xhtml.editor.placeholder with parameters of type XmlEventReaderFactory
EditorPlaceholderUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.links with parameters of type XmlEventReaderFactory
XhtmlAttachmentLinksUpdater(XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, XMLEventFactory xmlEventFactory)
           
XhtmlLinksUpdater(XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, XMLEventFactory xmlEventFactory, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, ResourceIdentifierFactory resourceIdentifierFactory)
           
XhtmlOutgoingLinksExtractor(XmlEventReaderFactory xmlEventReaderFactory, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, String contentEntityResolverId, String draftResolverId, String idAndTypeResolverId)
           
 

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

Methods in com.atlassian.confluence.content.render.xhtml.migration with parameters of type XmlEventReaderFactory
static XhtmlRoundTripMigrator XhtmlRoundTripMigrator.createMigratorWithMigrationAwareTransformer(FragmentTransformer storageRoundTripFragmentTransformer, XmlEventReaderFactory xmlEventReaderFactory)
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type XmlEventReaderFactory
XhtmlRoundTripMigrator(FragmentTransformer storageRoundTripFragmentTransformer, XmlEventReaderFactory xmlEventReaderFactory, com.google.common.base.Predicate<ConversionContext> migrationPerformedPredicate)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.storage with parameters of type XmlEventReaderFactory
DefaultContentTransformerFactory(Unmarshaller<MacroDefinition> macroDefinitionUnmarshaller, Marshaller<MacroDefinition> macroDefinitionMarshaller, XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, com.atlassian.event.api.EventPublisher eventPublisher)
           
StorageXhtmlTransformer(XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.storage.embed with parameters of type XmlEventReaderFactory
StorageEmbeddedImageUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, XmlEventReaderFactory xmlEventReaderFactory)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker with parameters of type XmlEventReaderFactory
StorageInlineCommentMarkerUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.storage.inlinetask
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.inlinetask with parameters of type XmlEventReaderFactory
StorageInlineTaskUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory, MarshallingRegistry registry)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type XmlEventReaderFactory
StorageLinkUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, List<Unmarshaller<LinkBody>> linkBodyUnmarshallers, XmlEventReaderFactory xmlEventReaderFactory, ResourceIdentifierContextUtility resourceIdentifierContextUtility)
           
StorageRichTextLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.storage.link.user with parameters of type XmlEventReaderFactory
DefaultUserMentionsExtractor(UserAccessor userAccessor, XmlEventReaderFactory readerFactory, List<? extends MentionsParser> delegates)
          Deprecated. since 5.3. The MentionsParser mechanism is deprecated with no replacement. Use DefaultUserMentionsExtractor.DefaultUserMentionsExtractor(com.atlassian.confluence.user.UserAccessor, com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory, com.atlassian.confluence.content.render.xhtml.Unmarshaller)
DefaultUserMentionsExtractor(UserAccessor userAccessor, XmlEventReaderFactory readerFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type XmlEventReaderFactory
StorageMacroFragmentTransformerFactory(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroParameterTypeParser macroParameterTypeParser, MacroMetadataManager macroMetadataManager, LinkMarshallingFactory linkMarshallingFactory)
          Deprecated. since 5.6 use StorageMacroFragmentTransformerFactory.StorageMacroFragmentTransformerFactory(com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory, com.atlassian.confluence.content.render.xhtml.XmlOutputFactory, com.atlassian.confluence.content.render.xhtml.editor.macro.MacroParameterTypeParser, com.atlassian.confluence.macro.browser.MacroMetadataManager, com.atlassian.confluence.content.render.xhtml.links.LinkMarshallingFactory, com.atlassian.confluence.macro.xhtml.MacroManager, StorageMacroBodyParser)
StorageMacroFragmentTransformerFactory(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroParameterTypeParser macroParameterTypeParser, MacroMetadataManager macroMetadataManager, LinkMarshallingFactory linkMarshallingFactory, MacroManager macroManager, StorageMacroBodyParser storageMacroBodyParser)
           
StorageMacroV1Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory, MacroParameterTypeParser macroParameterTypeParser, StorageMacroBodyParser storageMacroBodyParser)
           
StorageMacroV2Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory, MacroMetadataManager macroMetadataManager, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<Link> linkUnmarshaller, StorageMacroBodyParser storageMacroBodyParser)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody with parameters of type XmlEventReaderFactory
InlineBodyMacroFixingTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactoryProvider xmlEventFactoryProvider)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts with parameters of type XmlEventReaderFactory
StorageLegacyPageLayoutUnMarshaller(XmlEventReaderFactory xmlEventReaderFactory)
           
StoragePageLayoutUnMarshaller(XmlEventReaderFactory xmlEventReaderFactory)
           
 

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

Methods in com.atlassian.confluence.content.render.xhtml.transformers with parameters of type XmlEventReaderFactory
static DefaultFragmentTransformer DefaultFragmentTransformer.createMigrationAwareFragmentTransformer(List<? extends FragmentTransformer> fragmentTransformers, XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformationErrorHandler fragmentTransformationErrorHandler, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.transformers with parameters of type XmlEventReaderFactory
DefaultFragmentTransformer(List<? extends FragmentTransformer> fragmentTransformers, XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformationErrorHandler fragmentTransformationErrorHandler, com.atlassian.event.api.EventPublisher eventPublisher)
           
DefaultFragmentTransformer(List<ElementTransformer> elementTransformers, List<? extends FragmentTransformer> fragmentTransformers, XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformationErrorHandler fragmentTransformationErrorHandler, com.atlassian.event.api.EventPublisher eventPublisher)
           
DefaultFragmentTransformerFactoryImpl(List<ElementTransformer> defaultElementTransformers, List<? extends FragmentTransformer> defaultFragmentTransformers, XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformationErrorHandler fragmentTransformationErrorHandler, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.view with parameters of type XmlEventReaderFactory
ViewHeadingFragmentTransformer(XmlEventReaderFactory xmlEventReaderFactory, ExcerptHelper excerptHelper)
           
ViewHtmlAnchorFragmentTransformer(SettingsManager settingsManager, XMLOutputFactory xmlOutputFactory, XMLEventFactory xmlEventFactory, XmlEventReaderFactory xmlEventReaderFactory, HrefEvaluator hrefEvaluator)
           
ViewTableWrappingFragmentTransformer(XmlEventReaderFactory xmlEventReaderFactory)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.view.excerpt
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type XmlEventReaderFactory
DefaultExcerpter(XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, HtmlToXmlConverter htmlToXmlConverter, SettingsManager settingsManager, Renderer viewRenderer, Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, FragmentTransformer fragmentTransformer, AttachmentResourceIdentifierResolver attachmentResolver, DataSourceFactory datasourceFactory, ThumbnailManager thumbnailManager, XhtmlContent xhtmlContent)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.view.inlinetask
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.inlinetask with parameters of type XmlEventReaderFactory
ViewInlineTaskUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory, ContentPropertyManager contentPropertyManager)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.importexport.impl
 

Constructors in com.atlassian.confluence.importexport.impl with parameters of type XmlEventReaderFactory
StorageFormatUserRewriter(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.pages.templates
 

Methods in com.atlassian.confluence.pages.templates with parameters of type XmlEventReaderFactory
static Variable XhtmlTemplateUtils.extractVariableDeclaration(XMLEventReader parentEventReader, XmlEventReaderFactory xmlEventReaderFactory)
           
 

Constructors in com.atlassian.confluence.pages.templates with parameters of type XmlEventReaderFactory
XhtmlTemplateHandler(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FormatConverter formatConverter, XMLEventFactory xmlEventFactory, TemplateI18nHandler templateI18nHandler)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.plugins.merge
 

Constructors in com.atlassian.confluence.plugins.merge with parameters of type XmlEventReaderFactory
TDMMerger(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactoryProvider xmlOutputFactoryProvider, com.atlassian.sal.api.executor.ThreadLocalDelegateExecutorFactory threadLocalDelegateExecutorFactory)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.plugins.templates.transformer
 

Constructors in com.atlassian.confluence.plugins.templates.transformer with parameters of type XmlEventReaderFactory
EditorToStorageTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory)
           
StorageToEditorTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, ContextPathHolder contextPathHolder, TemplateI18nHandler templateI18nHandler)
           
StorageToViewTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.tinymceplugin.rest
 

Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type XmlEventReaderFactory
MacroResource(XhtmlContent xhtmlContent, EditorFormatService editorFormatService, ContentEntityManager contentEntityManager, HtmlToXmlConverter htmlToXmlConverter, HttpContext httpContext, MacroManager macroManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, PermissionManager permissionManager, MacroParameterTypeParser macroParameterTypeParser, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer, StorageMacroBodyParser storageMacroBodyParser)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.upgrade.upgradetask
 

Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type XmlEventReaderFactory
ChangeSpaceDescriptionsBodyTypeTask(HtmlToXmlConverter htmlToXmlConverter, XmlEventReaderFactory xmlEventReaderFactory)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.util.diffs
 

Constructors in com.atlassian.confluence.util.diffs with parameters of type XmlEventReaderFactory
DefaultMergerManager(com.atlassian.plugin.PluginAccessor pluginAccessor, XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory)
           
PageLayoutAwareMerger(Merger merger, XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.xml
 

Constructors in com.atlassian.confluence.xml with parameters of type XmlEventReaderFactory
HTMLParagraphStripper(XMLOutputFactory xmlOutputFactory, XmlEventReaderFactory xmlEventReaderFactory)
           
 

Uses of XmlEventReaderFactory in com.atlassian.studio.confluence.transformer
 

Constructors in com.atlassian.studio.confluence.transformer with parameters of type XmlEventReaderFactory
AbstractAppLinkTransformer(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlFragmentOutputFactory, AbstractAppLinkTransformer.LinkSupplier remoteInstanceSupplier, com.atlassian.event.api.EventPublisher eventPublisher)
           
AbstractAppLinkTransformer(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlFragmentOutputFactory, com.atlassian.applinks.api.EntityLinkService entityLinkService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.applinks.spi.util.TypeAccessor typeAccessor, SpaceManager spaceManager)
           
BambooAppLinkTransformer(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlFragmentOutputFactory, AbstractAppLinkTransformer.LinkSupplier remoteInstanceSupplier, com.atlassian.event.api.EventPublisher eventPublisher)
           
BambooAppLinkTransformer(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlFragmentOutputFactory, com.atlassian.applinks.api.EntityLinkService entityLinkService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.applinks.spi.util.TypeAccessor typeAccessor, SpaceManager spaceManager)
           
FecruAppLinkTransformer(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlFragmentOutputFactory, AbstractAppLinkTransformer.LinkSupplier remoteInstanceSupplier, com.atlassian.event.api.EventPublisher eventPublisher)
           
FecruAppLinkTransformer(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlFragmentOutputFactory, com.atlassian.applinks.api.EntityLinkService entityLinkService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.applinks.spi.util.TypeAccessor typeAccessor, SpaceManager spaceManager)
           
JiraAppLinkTransformer(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlFragmentOutputFactory, AbstractAppLinkTransformer.LinkSupplier remoteInstanceSupplier, com.atlassian.event.api.EventPublisher eventPublisher)
           
JiraAppLinkTransformer(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlFragmentOutputFactory, com.atlassian.applinks.api.EntityLinkService entityLinkService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.applinks.spi.util.TypeAccessor typeAccessor, SpaceManager spaceManager)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.