|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml |
|---|
| Methods in com.atlassian.confluence.content.render.xhtml that return Unmarshaller | ||
|---|---|---|
Unmarshaller<T> |
MarshallingFactory.getEditorUnmarshaller()
|
|
Unmarshaller<T> |
MarshallingFactory.getStorageUnmarshaller()
|
|
|
MarshallingRegistry.getUnmarshaller(java.lang.Class<T> clazz,
MarshallingType type)
|
|
|
DefaultMarshallingRegistry.getUnmarshaller(java.lang.Class<T> clazz,
MarshallingType type)
|
|
| Methods in com.atlassian.confluence.content.render.xhtml with parameters of type Unmarshaller | |
|---|---|
void |
MarshallingRegistry.register(Unmarshaller unmarshaller,
java.lang.Class clazz,
MarshallingType type)
|
void |
DefaultMarshallingRegistry.register(Unmarshaller unmarshaller,
java.lang.Class clazz,
MarshallingType type)
|
| Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type Unmarshaller | |
|---|---|
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)
|
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.embed |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.editor.embed that implement Unmarshaller | |
|---|---|
class |
EditorEmbeddedImageResourceUnmarshaller
|
| Constructors in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type Unmarshaller | |
|---|---|
EditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller,
XmlEventReaderFactory xmlEventReaderFactory,
MarshallingRegistry registry)
|
|
EditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller,
XmlEventReaderFactory xmlEventReaderFactory,
MarshallingRegistry registry)
|
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.inline |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.editor.inline that implement Unmarshaller | |
|---|---|
class |
EditorEmoticonUnmarshaller
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker that implement Unmarshaller | |
|---|---|
class |
EditorInlineCommentMarkerUnmarshaller
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.link |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.editor.link that implement Unmarshaller | |
|---|---|
class |
EditorLinkBodyUnmarshaller
Unmarshal the body of a link |
class |
EditorLinkUnmarshaller
Responsible for unmarshalling links in editor XML. |
| Constructors in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type Unmarshaller | |
|---|---|
EditorLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller,
javax.xml.stream.XMLOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory,
XmlEntityExpander xmlEntityExpander)
|
|
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller,
Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller,
ResourceIdentifierResolver<IdAndTypeResourceIdentifier,java.lang.Object> idAndTypeResourceIdentifierResolver)
|
|
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller,
Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller,
ResourceIdentifierResolver<IdAndTypeResourceIdentifier,java.lang.Object> idAndTypeResourceIdentifierResolver)
|
|
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller,
Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller,
ResourceIdentifierResolver<IdAndTypeResourceIdentifier,java.lang.Object> idAndTypeResourceIdentifierResolver)
|
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.macro |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.editor.macro that implement Unmarshaller | |
|---|---|
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. |
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.pagelayouts |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.editor.pagelayouts that implement Unmarshaller | |
|---|---|
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. |
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.placeholder |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.editor.placeholder that implement Unmarshaller | |
|---|---|
class |
EditorPlaceholderUnmarshaller
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers that implement Unmarshaller | |
|---|---|
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). |
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.time |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.editor.time that implement Unmarshaller | |
|---|---|
class |
EditorTimeUnmarshaller
Responsible for unmarshalling time in editor XML. |
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.links |
|---|
| Methods in com.atlassian.confluence.content.render.xhtml.links that return Unmarshaller | |
|---|---|
Unmarshaller<Link> |
LinkMarshallingFactoryImpl.getEditorUnmarshaller()
|
Unmarshaller<Link> |
LinkMarshallingFactoryImpl.getStorageUnmarshaller()
|
| Constructors in com.atlassian.confluence.content.render.xhtml.links with parameters of type Unmarshaller | |
|---|---|
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,
java.lang.String contentEntityResolverId,
java.lang.String draftResolverId,
java.lang.String idAndTypeResolverId)
|
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.macro |
|---|
| Methods in com.atlassian.confluence.content.render.xhtml.macro that return Unmarshaller | |
|---|---|
Unmarshaller<MacroDefinition> |
MacroMarshallingFactoryImpl.getEditorUnmarshaller()
|
Unmarshaller<MacroDefinition> |
MacroMarshallingFactoryImpl.getStorageUnmarshaller()
|
| Constructors in com.atlassian.confluence.content.render.xhtml.macro with parameters of type Unmarshaller | |
|---|---|
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)
|
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.placeholder |
|---|
| Methods in com.atlassian.confluence.content.render.xhtml.placeholder that return Unmarshaller | |
|---|---|
Unmarshaller<Placeholder> |
PlaceholderMarshallingFactoryImpl.getEditorUnmarshaller()
|
Unmarshaller<Caret> |
CaretMarshallingFactoryImpl.getEditorUnmarshaller()
|
Unmarshaller<Placeholder> |
PlaceholderMarshallingFactoryImpl.getStorageUnmarshaller()
|
Unmarshaller<Caret> |
CaretMarshallingFactoryImpl.getStorageUnmarshaller()
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage |
|---|
| Constructors in com.atlassian.confluence.content.render.xhtml.storage with parameters of type Unmarshaller | |
|---|---|
DefaultContentTransformerFactory(Unmarshaller<MacroDefinition> macroDefinitionUnmarshaller,
Marshaller<MacroDefinition> macroDefinitionMarshaller,
XmlEventReaderFactory xmlEventReaderFactory,
XmlOutputFactory xmlOutputFactory,
com.atlassian.event.api.EventPublisher eventPublisher)
|
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.embed |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.storage.embed that implement Unmarshaller | |
|---|---|
class |
StorageEmbeddedImageUnmarshaller
|
| Constructors in com.atlassian.confluence.content.render.xhtml.storage.embed with parameters of type Unmarshaller | |
|---|---|
StorageEmbeddedImageUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
XmlEventReaderFactory xmlEventReaderFactory)
|
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.inline |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.storage.inline that implement Unmarshaller | |
|---|---|
class |
StorageEmoticonUnmarshaller
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker that implement Unmarshaller | |
|---|---|
class |
StorageInlineCommentMarkerUnmarshaller
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.inlinetask |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.storage.inlinetask that implement Unmarshaller | |
|---|---|
class |
StorageInlineTaskUnmarshaller
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.link |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.storage.link that implement Unmarshaller | |
|---|---|
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. |
| Constructors in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type Unmarshaller | |
|---|---|
StorageLinkUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
java.util.List<Unmarshaller<LinkBody>> linkBodyUnmarshallers,
XmlEventReaderFactory xmlEventReaderFactory,
ResourceIdentifierContextUtility resourceIdentifierContextUtility)
|
|
StorageRichTextLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller,
javax.xml.stream.XMLOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory)
|
|
| Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.link with type arguments of type Unmarshaller | |
|---|---|
StorageLinkUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
java.util.List<Unmarshaller<LinkBody>> linkBodyUnmarshallers,
XmlEventReaderFactory xmlEventReaderFactory,
ResourceIdentifierContextUtility resourceIdentifierContextUtility)
|
|
| Uses of Unmarshaller 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 Unmarshaller | |
|---|---|
DefaultUserMentionsExtractor(UserAccessor userAccessor,
XmlEventReaderFactory readerFactory,
Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller)
|
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.macro |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.storage.macro that implement Unmarshaller | |
|---|---|
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. |
| Methods in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type Unmarshaller | |
|---|---|
FragmentTransformer |
StorageMacroFragmentTransformerFactory.createStorageMacroFragmentTransformer(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Marshaller<ResourceIdentifier> resourceIdentifierMarshaller)
|
| Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type Unmarshaller | |
|---|---|
StorageMacroV2Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory,
MacroMetadataManager macroMetadataManager,
Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Unmarshaller<Link> linkUnmarshaller,
StorageMacroBodyParser storageMacroBodyParser)
|
|
StorageMacroV2Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory,
MacroMetadataManager macroMetadataManager,
Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Unmarshaller<Link> linkUnmarshaller,
StorageMacroBodyParser storageMacroBodyParser)
|
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts that implement Unmarshaller | |
|---|---|
class |
StorageLegacyPageLayoutUnMarshaller
Converts the divs uses by the old format into shiny new Page Layouts Two objects. |
class |
StoragePageLayoutUnMarshaller
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.placeholder |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.storage.placeholder that implement Unmarshaller | |
|---|---|
class |
StoragePlaceholderUnmarshaller
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers |
|---|
| Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type Unmarshaller | |
|---|---|
DelegatingResourceIdentifierUnmarshaller(java.util.List<Unmarshaller<ResourceIdentifier>> unmarshallers)
|
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.time |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.storage.time that implement Unmarshaller | |
|---|---|
class |
StorageTimeUnmarshaller
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.view.excerpt |
|---|
| Constructors in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type Unmarshaller | |
|---|---|
DefaultExcerpter(javax.xml.stream.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 Unmarshaller in com.atlassian.confluence.content.render.xhtml.view.inlinetask |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.view.inlinetask that implement Unmarshaller | |
|---|---|
class |
ViewInlineTaskUnmarshaller
|
| Uses of Unmarshaller in com.atlassian.confluence.importexport.impl |
|---|
| Constructors in com.atlassian.confluence.importexport.impl with parameters of type Unmarshaller | |
|---|---|
StorageFormatUserRewriter(XmlEventReaderFactory xmlEventReaderFactory,
XmlOutputFactory xmlOutputFactory,
Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller,
Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller)
|
|
| Uses of Unmarshaller in com.atlassian.confluence.plugins.emailgateway.converter |
|---|
| Classes in com.atlassian.confluence.plugins.emailgateway.converter that implement Unmarshaller | |
|---|---|
class |
EmailEmbeddedImageResourceUnmarshaller
Converts an \ |
class |
EmailLinkUnmarshaller
Converts an \ in an email into a Link to a UriResourceIdentifier for later conversion into smarter macros |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||