Modifier and Type | Method and Description |
---|---|
Unmarshaller<T> |
MarshallingFactory.getEditorUnmarshaller() |
Unmarshaller<T> |
MarshallingFactory.getStorageUnmarshaller() |
<T> Unmarshaller<T> |
MarshallingRegistry.getUnmarshaller(Class<T> clazz,
MarshallingType type) |
<T> Unmarshaller<T> |
DefaultMarshallingRegistry.getUnmarshaller(Class<T> clazz,
MarshallingType type) |
Modifier and Type | Method and Description |
---|---|
void |
MarshallingRegistry.register(Unmarshaller unmarshaller,
Class clazz,
MarshallingType type) |
void |
DefaultMarshallingRegistry.register(Unmarshaller unmarshaller,
Class clazz,
MarshallingType type) |
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) |
DefaultEditorFormatService(Marshaller<MacroDefinition> editorMacroMarshaller,
Marshaller<Link> editorLinkMarshaller,
Marshaller<EmbeddedImage> editorEmbeddedImageMarshaller,
Unmarshaller<MacroDefinition> editorMacroUnmarshaller,
Unmarshaller<Link> editorLinkUnmarshaller,
Unmarshaller<EmbeddedImage> editorEmbeddedImageUnmarshaller,
FragmentTransformer editorToStorageFragmentTransformer,
FragmentTransformer storageToEditorFragmentTransformer,
XmlEventReaderFactory xmlEventReaderFactory,
ExceptionThrowingMigrator wikiToEditorHtmlMigrator) |
DefaultEditorFormatService(Marshaller<MacroDefinition> editorMacroMarshaller,
Marshaller<Link> editorLinkMarshaller,
Marshaller<EmbeddedImage> editorEmbeddedImageMarshaller,
Unmarshaller<MacroDefinition> editorMacroUnmarshaller,
Unmarshaller<Link> editorLinkUnmarshaller,
Unmarshaller<EmbeddedImage> editorEmbeddedImageUnmarshaller,
FragmentTransformer editorToStorageFragmentTransformer,
FragmentTransformer storageToEditorFragmentTransformer,
XmlEventReaderFactory xmlEventReaderFactory,
ExceptionThrowingMigrator wikiToEditorHtmlMigrator) |
UnmarshalMarshalFragmentTransformer(Unmarshaller<T> unmarshaller,
Marshaller<T> marshaller) |
Modifier and Type | Class and Description |
---|---|
class |
EditorEmbeddedImageResourceUnmarshaller |
Constructor and Description |
---|
EditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller,
XmlEventReaderFactory xmlEventReaderFactory,
MarshallingRegistry registry,
AttachmentManager attachmentManager,
PageManager pageManager) |
EditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller,
XmlEventReaderFactory xmlEventReaderFactory,
MarshallingRegistry registry,
AttachmentManager attachmentManager,
PageManager pageManager) |
Modifier and Type | Class and Description |
---|---|
class |
EditorEmoticonUnmarshaller |
Modifier and Type | Class and Description |
---|---|
class |
EditorInlineCommentMarkerUnmarshaller |
Modifier and Type | Class and Description |
---|---|
class |
EditorLinkBodyUnmarshaller
Unmarshal the body of a link
|
class |
EditorLinkUnmarshaller
Responsible for unmarshalling links in editor XML.
|
Constructor and Description |
---|
EditorLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller,
XMLOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory,
XmlEntityExpander xmlEntityExpander) |
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller,
Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller,
ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> idAndTypeResourceIdentifierResolver,
DarkFeaturesManager darkFeaturesManager) |
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller,
Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller,
ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> idAndTypeResourceIdentifierResolver,
DarkFeaturesManager darkFeaturesManager) |
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller,
Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller,
ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> idAndTypeResourceIdentifierResolver,
DarkFeaturesManager darkFeaturesManager) |
Modifier and Type | Class and Description |
---|---|
class |
EditorMacroUnmarshaller
Transform the macro definition from the XHTML received from the editor into a holding object which can then be output into different formats such as
storage format.
|
Modifier and Type | Class and Description |
---|---|
class |
EditorPageLayoutUnMarshaller
Transform the Page Layout 2 definition from the XHTML received from the editor into a holding object which can then be output into different formats such as
storage format.
|
Modifier and Type | Class and Description |
---|---|
class |
EditorPlaceholderUnmarshaller |
Modifier and Type | Class and Description |
---|---|
class |
EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller |
class |
EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller |
class |
EditorIdAndTypeResourceIdentifierUnmarshaller |
class |
EditorPageResourceIdentifierMarshallerAndUnmarshaller |
class |
EditorShortcutResourceIdentifierMarshallerAndUnmarshaller |
class |
EditorSpaceResourceIdentifierMarshallerAndUnmarshaller |
class |
EditorUserResourceIdentifierMarshallerAndUnmarshaller |
class |
IdAndTypeAnalyzingResourceIdentifierUnmarshaller
Unmarshals resource identifiers using the resource id and resource type attributes on an anchor tag (if they're present).
|
Modifier and Type | Class and Description |
---|---|
class |
EditorTimeUnmarshaller
Responsible for unmarshalling time in editor XML.
|
Modifier and Type | Method and Description |
---|---|
Unmarshaller<Link> |
LinkMarshallingFactoryImpl.getEditorUnmarshaller() |
Unmarshaller<Link> |
LinkMarshallingFactoryImpl.getStorageUnmarshaller() |
Constructor and Description |
---|
LinkMarshallingFactoryImpl(Marshaller<Link> viewMarshaller,
Marshaller<Link> editorMarshaller,
Marshaller<Link> storageMarshaller,
Unmarshaller<Link> editorUnmarshaller,
Unmarshaller<Link> storageUnmarshaller) |
LinkMarshallingFactoryImpl(Marshaller<Link> viewMarshaller,
Marshaller<Link> editorMarshaller,
Marshaller<Link> storageMarshaller,
Unmarshaller<Link> editorUnmarshaller,
Unmarshaller<Link> storageUnmarshaller) |
XhtmlOutgoingLinksExtractor(XmlEventReaderFactory xmlEventReaderFactory,
Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
String contentEntityResolverId,
String draftResolverId,
String idAndTypeResolverId) |
Modifier and Type | Method and Description |
---|---|
Unmarshaller<MacroDefinition> |
MacroMarshallingFactoryImpl.getEditorUnmarshaller() |
Unmarshaller<MacroDefinition> |
MacroMarshallingFactoryImpl.getStorageUnmarshaller() |
Constructor and Description |
---|
MacroMarshallingFactoryImpl(Marshaller<MacroDefinition> viewMarshaller,
Marshaller<MacroDefinition> editorMarshaller,
Marshaller<MacroDefinition> storageMarshaller,
Unmarshaller<MacroDefinition> editorUnmarshaller,
Unmarshaller<MacroDefinition> storageUnmarshaller) |
MacroMarshallingFactoryImpl(Marshaller<MacroDefinition> viewMarshaller,
Marshaller<MacroDefinition> editorMarshaller,
Marshaller<MacroDefinition> storageMarshaller,
Unmarshaller<MacroDefinition> editorUnmarshaller,
Unmarshaller<MacroDefinition> storageUnmarshaller) |
Modifier and Type | Method and Description |
---|---|
Unmarshaller<Placeholder> |
PlaceholderMarshallingFactoryImpl.getEditorUnmarshaller() |
Unmarshaller<Caret> |
CaretMarshallingFactoryImpl.getEditorUnmarshaller() |
Unmarshaller<Placeholder> |
PlaceholderMarshallingFactoryImpl.getStorageUnmarshaller() |
Unmarshaller<Caret> |
CaretMarshallingFactoryImpl.getStorageUnmarshaller() |
Constructor and Description |
---|
DefaultContentTransformerFactory(Unmarshaller<MacroDefinition> macroDefinitionUnmarshaller,
Marshaller<MacroDefinition> macroDefinitionMarshaller,
XmlEventReaderFactory xmlEventReaderFactory,
XmlOutputFactory xmlOutputFactory,
com.atlassian.event.api.EventPublisher eventPublisher) |
Modifier and Type | Class and Description |
---|---|
class |
StorageEmbeddedImageUnmarshaller |
Constructor and Description |
---|
StorageEmbeddedImageUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
XmlEventReaderFactory xmlEventReaderFactory) |
Modifier and Type | Class and Description |
---|---|
class |
StorageEmoticonUnmarshaller |
Modifier and Type | Class and Description |
---|---|
class |
StorageInlineCommentMarkerUnmarshaller |
Modifier and Type | Class and Description |
---|---|
class |
StorageInlineTaskUnmarshaller |
Modifier and Type | Class and Description |
---|---|
class |
StorageLinkUnmarshaller |
class |
StoragePlainTextLinkBodyUnmarshaller
Handle a link body that is expected to contain only HTML encoded character data.
|
class |
StorageRichTextLinkBodyUnmarshaller
A link body unmarshaller that will handle any 'rich-text' style link bodies.
|
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 |
---|
StorageLinkUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
List<Unmarshaller<LinkBody>> linkBodyUnmarshallers,
XmlEventReaderFactory xmlEventReaderFactory,
ResourceIdentifierContextUtility resourceIdentifierContextUtility) |
Constructor and Description |
---|
DefaultUserMentionsExtractor(UserAccessor userAccessor,
XmlEventReaderFactory readerFactory,
Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller) |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingStorageMacroUnmarshaller
TODO: Document this class / interface here
|
class |
StorageMacroV1Unmarshaller
Parses XHTML containing ac:macro elements and their parameters.
|
class |
StorageMacroV2Unmarshaller
Parses XHTML containing ac:structured-macro elements and their parameters.
|
Modifier and Type | Method and Description |
---|---|
FragmentTransformer |
StorageMacroFragmentTransformerFactory.createStorageMacroFragmentTransformer(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Marshaller<ResourceIdentifier> resourceIdentifierMarshaller) |
Constructor and Description |
---|
StorageMacroV2Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory,
MacroMetadataManager macroMetadataManager,
Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Unmarshaller<Link> linkUnmarshaller,
StorageMacroBodyParser storageMacroBodyParser,
MacroManager macroManager) |
StorageMacroV2Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory,
MacroMetadataManager macroMetadataManager,
Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Unmarshaller<Link> linkUnmarshaller,
StorageMacroBodyParser storageMacroBodyParser,
MacroManager macroManager) |
Modifier and Type | Class and Description |
---|---|
class |
StorageLegacyPageLayoutUnMarshaller
Converts the divs uses by the old format into shiny new Page Layouts Two objects.
|
class |
StoragePageLayoutUnMarshaller |
Modifier and Type | Class and Description |
---|---|
class |
StoragePlaceholderUnmarshaller |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingResourceIdentifierUnmarshaller |
class |
StorageResourceIdentifierUnmarshaller |
class |
StorageUserResourceIdentifierUnmarshaller |
Constructor and Description |
---|
DelegatingResourceIdentifierUnmarshaller(List<Unmarshaller<ResourceIdentifier>> unmarshallers) |
Modifier and Type | Class and Description |
---|---|
class |
StorageTimeUnmarshaller |
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,
ExcerptHelper excerptHelper,
I18NBeanFactory i18NBeanFactory,
LocaleManager localeManager) |
Modifier and Type | Class and Description |
---|---|
class |
ViewInlineTaskUnmarshaller |
Constructor and Description |
---|
XhtmlResourceIdentifierExtractor(XmlEventReaderFactory xmlEventReaderFactory,
Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller) |
Constructor and Description |
---|
StorageFormatUserRewriter(XmlEventReaderFactory xmlEventReaderFactory,
XmlOutputFactory xmlOutputFactory,
Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller,
Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller) |
Copyright © 2003–2017 Atlassian. All rights reserved.