|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
| 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.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.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.inlinetask |
|---|
| Constructors in com.atlassian.confluence.content.render.xhtml.storage.inlinetask with parameters of type XmlEventReaderFactory | |
|---|---|
StorageInlineTaskUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory)
|
|
| 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(XmlEventReaderFactory readerFactory,
List<MentionsParser> innerParsers)
|
|
InlineTasksMentionsParser(XmlEventReaderFactory readerFactory)
|
|
| 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 | |
|---|---|
StorageMacroUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory,
XMLOutputFactory xmlOutputFactory,
MacroBodyTransformationCondition macroBodyTransformationCondition)
|
|
| 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,
XMLEventFactory xmlEventFactory)
|
|
| Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.transformers |
|---|
| 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.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)
|
|
| Uses of XmlEventReaderFactory in com.atlassian.confluence.plugins.merge |
|---|
| Constructors in com.atlassian.confluence.plugins.merge with parameters of type XmlEventReaderFactory | |
|---|---|
TDMMerger(XmlEventReaderFactory xmlEventReaderFactory,
XMLOutputFactory xmlOutputFactory)
|
|
| 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)
|
|
StorageToViewTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory,
ContextPathHolder contextPathHolder)
|
|
| 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)
|
|
TableStyleRemovalUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
XMLOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory,
XMLEventFactory xmlEventFactory,
String configuredBuildNumber)
|
|
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||