Modifier and Type | Class and Description |
---|---|
class |
DefaultXmlEventReaderFactory |
Constructor and Description |
---|
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) |
Constructor and Description |
---|
EditorXhtmlTransformer(XmlEventReaderFactory xmlEventReaderFactory,
FragmentTransformer defaultFragmentTransformer) |
Constructor and Description |
---|
EditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller,
XmlEventReaderFactory xmlEventReaderFactory,
MarshallingRegistry registry) |
Constructor and Description |
---|
EditorInlineCommentMarkerUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory) |
Constructor and Description |
---|
EditorLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller,
XMLOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory,
XmlEntityExpander xmlEntityExpander) |
Constructor and Description |
---|
EditorMacroUnmarshaller(XMLOutputFactory xmlFragmentOutputFactory,
XMLEventFactory xmlEventFactory,
com.atlassian.confluence.content.render.xhtml.editor.macro.MacroNameAndParameterSubParser macroNameAndParameterSubParser,
XmlEventReaderFactory xmlEventReaderFactory,
XmlEntityExpander xmlEntityExpander) |
Constructor and Description |
---|
EditorPageLayoutUnMarshaller(XmlEventReaderFactory xmlEventReaderFactory) |
Constructor and Description |
---|
EditorPlaceholderUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
static XhtmlRoundTripMigrator |
XhtmlRoundTripMigrator.createMigratorWithMigrationAwareTransformer(FragmentTransformer storageRoundTripFragmentTransformer,
XmlEventReaderFactory xmlEventReaderFactory) |
Constructor and Description |
---|
XhtmlRoundTripMigrator(FragmentTransformer storageRoundTripFragmentTransformer,
XmlEventReaderFactory xmlEventReaderFactory,
com.google.common.base.Predicate<ConversionContext> migrationPerformedPredicate) |
Constructor and Description |
---|
DefaultContentTransformerFactory(Unmarshaller<MacroDefinition> macroDefinitionUnmarshaller,
Marshaller<MacroDefinition> macroDefinitionMarshaller,
XmlEventReaderFactory xmlEventReaderFactory,
XmlOutputFactory xmlOutputFactory,
com.atlassian.event.api.EventPublisher eventPublisher) |
StorageXhtmlTransformer(XmlEventReaderFactory xmlEventReaderFactory,
FragmentTransformer defaultFragmentTransformer) |
Constructor and Description |
---|
StorageEmbeddedImageUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
XmlEventReaderFactory xmlEventReaderFactory) |
Constructor and Description |
---|
StorageInlineCommentMarkerUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory) |
Constructor and Description |
---|
StorageInlineTaskUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory,
MarshallingRegistry registry) |
Constructor and Description |
---|
StorageLinkUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
List<Unmarshaller<LinkBody>> linkBodyUnmarshallers,
XmlEventReaderFactory xmlEventReaderFactory,
ResourceIdentifierContextUtility resourceIdentifierContextUtility) |
StorageRichTextLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller,
XMLOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory) |
Constructor and Description |
---|
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) |
Constructor and Description |
---|
InlineBodyMacroFixingTransformer(XmlOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory,
XMLEventFactoryProvider xmlEventFactoryProvider) |
Constructor and Description |
---|
StorageLegacyPageLayoutUnMarshaller(XmlEventReaderFactory xmlEventReaderFactory) |
StoragePageLayoutUnMarshaller(XmlEventReaderFactory xmlEventReaderFactory) |
Modifier and Type | Method and Description |
---|---|
static DefaultFragmentTransformer |
DefaultFragmentTransformer.createMigrationAwareFragmentTransformer(List<? extends FragmentTransformer> fragmentTransformers,
XmlOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory,
FragmentTransformationErrorHandler fragmentTransformationErrorHandler,
com.atlassian.event.api.EventPublisher eventPublisher) |
Constructor and Description |
---|
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) |
Constructor and Description |
---|
ViewHeadingFragmentTransformer(XmlEventReaderFactory xmlEventReaderFactory,
ExcerptHelper excerptHelper) |
ViewHtmlAnchorFragmentTransformer(SettingsManager settingsManager,
XMLOutputFactory xmlOutputFactory,
XMLEventFactory xmlEventFactory,
XmlEventReaderFactory xmlEventReaderFactory,
HrefEvaluator hrefEvaluator) |
ViewTableWrappingFragmentTransformer(XmlEventReaderFactory xmlEventReaderFactory) |
Constructor and Description |
---|
DefaultExcerpter(XMLOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory,
HtmlToXmlConverter htmlToXmlConverter,
SettingsManager settingsManager,
Renderer viewRenderer,
Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller,
FragmentTransformer fragmentTransformer,
AttachmentResourceIdentifierResolver attachmentResolver,
DataSourceFactory datasourceFactory,
ThumbnailManager thumbnailManager,
XhtmlContent xhtmlContent) |
Constructor and Description |
---|
ViewInlineTaskUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory,
ContentPropertyManager contentPropertyManager) |
Constructor and Description |
---|
DefaultViewMacroWrapper(XMLEventFactory xmlEventFactory,
XmlEventReaderFactory xmlEventReaderFactory,
XMLOutputFactory xmlOutputFactory,
HtmlToXmlConverter htmlToXmlConverter) |
Constructor and Description |
---|
StorageFormatUserRewriter(XmlEventReaderFactory xmlEventReaderFactory,
XmlOutputFactory xmlOutputFactory,
Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller,
Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller) |
Modifier and Type | Method and Description |
---|---|
static Variable |
XhtmlTemplateUtils.extractVariableDeclaration(XMLEventReader parentEventReader,
XmlEventReaderFactory xmlEventReaderFactory) |
Constructor and Description |
---|
XhtmlTemplateHandler(XmlOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory,
FormatConverter formatConverter,
XMLEventFactory xmlEventFactory,
TemplateI18nHandler templateI18nHandler) |
Constructor and Description |
---|
TDMMerger(XmlEventReaderFactory xmlEventReaderFactory,
XmlOutputFactoryProvider xmlOutputFactoryProvider,
com.atlassian.sal.api.executor.ThreadLocalDelegateExecutorFactory threadLocalDelegateExecutorFactory) |
Constructor and Description |
---|
EditorToStorageTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory,
XMLEventFactoryProvider xmlEventFactoryProvider) |
StorageToEditorTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory,
ContextPathHolder contextPathHolder,
TemplateI18nHandler templateI18nHandler,
XMLEventFactoryProvider xmlEventFactoryProvider) |
StorageToViewTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory,
XMLEventFactoryProvider xmlEventFactoryProvider) |
Constructor and Description |
---|
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,
MacroMetadataManager macroMetadataManager) |
Constructor and Description |
---|
ChangeSpaceDescriptionsBodyTypeTask(HtmlToXmlConverter htmlToXmlConverter,
XmlEventReaderFactory xmlEventReaderFactory) |
Constructor and Description |
---|
DefaultMergerManager(com.atlassian.plugin.PluginAccessor pluginAccessor,
XmlEventReaderFactory xmlEventReaderFactory,
XMLOutputFactory xmlOutputFactory) |
PageLayoutAwareMerger(Merger merger,
XmlEventReaderFactory xmlEventReaderFactory,
XMLOutputFactory xmlOutputFactory) |
Constructor and Description |
---|
HTMLParagraphStripper(XMLOutputFactory xmlOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory) |
Copyright © 2003–2015 Atlassian. All rights reserved.