|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml |
|---|
| 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)
|
|
EditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller,
XmlEventReaderFactory xmlEventReaderFactory)
|
|
| 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.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,
XMLOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory,
XmlEntityExpander xmlEntityExpander)
|
|
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller,
Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller,
ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> idAndTypeResourceIdentifierResolver)
|
|
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller,
Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller,
ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> idAndTypeResourceIdentifierResolver)
|
|
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller,
Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller,
ResourceIdentifierResolver<IdAndTypeResourceIdentifier,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.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.links |
|---|
| Constructors in com.atlassian.confluence.content.render.xhtml.links with parameters of type Unmarshaller | |
|---|---|
XhtmlOutgoingLinksExtractor(XmlEventReaderFactory xmlEventReaderFactory,
Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
String contentEntityResolverId,
String draftResolverId,
String idAndTypeResolverId)
|
|
| 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.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,
List<Unmarshaller<LinkBody>> linkBodyUnmarshallers,
XmlEventReaderFactory xmlEventReaderFactory,
ResourceIdentifierContextUtility resourceIdentifierContextUtility)
|
|
StorageRichTextLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller,
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,
List<Unmarshaller<LinkBody>> linkBodyUnmarshallers,
XmlEventReaderFactory xmlEventReaderFactory,
ResourceIdentifierContextUtility resourceIdentifierContextUtility)
|
|
| 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 |
StorageMacroUnmarshaller
|
| Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers that implement Unmarshaller | |
|---|---|
class |
DelegatingResourceIdentifierUnmarshaller
|
class |
StorageResourceIdentifierUnmarshaller
|
| Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type Unmarshaller | |
|---|---|
DelegatingResourceIdentifierUnmarshaller(List<Unmarshaller<ResourceIdentifier>> unmarshallers)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||