|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Link in com.atlassian.confluence.content.render.xhtml |
---|
Methods in com.atlassian.confluence.content.render.xhtml that return Link | |
---|---|
Link |
DefaultEditorFormatService.convertEditToLink(java.lang.String editFragment,
ConversionContext context)
|
Methods in com.atlassian.confluence.content.render.xhtml that return types with arguments of type Link | |
---|---|
protected Marshaller<Link> |
DelegatingLinkMarshaller.getMarshallerForResourceIdentifier(ResourceIdentifier ri)
|
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type Link | |
---|---|
java.lang.String |
DefaultEditorFormatService.convertLinkToEdit(Link link,
ConversionContext context)
|
java.lang.String |
DefaultXhtmlContent.convertLinkToStorage(Link link,
ConversionContext context)
|
java.lang.String |
DefaultXhtmlContent.convertLinkToView(Link link,
ConversionContext context)
|
protected ResourceIdentifier |
DelegatingLinkMarshaller.getResourceIdentifier(Link link,
ConversionContext conversionContext)
|
Streamable |
DelegatingLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Constructor parameters in com.atlassian.confluence.content.render.xhtml with type arguments of type Link | |
---|---|
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)
|
|
DefaultLinkRenderer(Marshaller<Link> linkMarshaller)
|
|
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)
|
|
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)
|
|
DelegatingLinkMarshaller(java.util.Map<java.lang.String,Marshaller<Link>> marshallersByClassSimpleName,
ResourceIdentifierContextUtility resourceIdentifierContextUtility)
|
Uses of Link in com.atlassian.confluence.content.render.xhtml.editor |
---|
Methods in com.atlassian.confluence.content.render.xhtml.editor with parameters of type Link | |
---|---|
java.lang.String |
EditorModelToRenderedClassMapper.getRenderedClass(Link link)
|
Uses of Link in com.atlassian.confluence.content.render.xhtml.editor.link |
---|
Methods in com.atlassian.confluence.content.render.xhtml.editor.link that return Link | |
---|---|
Link |
EditorLinkUnmarshaller.unmarshal(javax.xml.stream.XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
|
Methods in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type Link | |
---|---|
void |
EditorLinkMarshallingStrategy.marshal(Link link,
javax.xml.stream.XMLStreamWriter xmlStreamWriter,
ConversionContext context)
|
Method parameters in com.atlassian.confluence.content.render.xhtml.editor.link with type arguments of type Link | |
---|---|
protected void |
EditorUnresolvedLinkMarshaller.writeAdditionalAttributes(UnresolvedLink unresolvedLink,
javax.xml.stream.XMLStreamWriter xmlStreamWriter,
Marshaller<Link> unresolvedLinkBodyMarshaller,
ConversionContext conversionContext)
|
Constructor parameters in com.atlassian.confluence.content.render.xhtml.editor.link with type arguments of type Link | |
---|---|
EditorLinkMarshallingStrategy(Marshaller<Link> linkBodyMarshaller,
PageResourceIdentifierResolver pageResourceIdentifierResolver,
SpaceResourceIdentifierResolver spaceResourceIdentifierResolver,
AttachmentResourceIdentifierResolver attachmentResourceIdentifierResolver,
ContentEntityResourceIdentifierResolver contentEntityResourceIdentifierResolver,
BlogPostResourceIdentifierResolver blogPostResourceIdentifierResolver,
SettingsManager settingsManager,
ResourceIdentifierMatcher resourceIdentifierMatcher)
|
|
EditorUnresolvedLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate,
StaxStreamMarshaller<ResourceIdentifier> resourceIdentifierStaxStreamMarshaller,
Marshaller<Link> unresolvedLinkBodyMarshaller,
ModelToRenderedClassMapper mapper)
|
Uses of Link in com.atlassian.confluence.content.render.xhtml.links |
---|
Methods in com.atlassian.confluence.content.render.xhtml.links that return types with arguments of type Link | |
---|---|
Marshaller<Link> |
LinkMarshallingFactoryImpl.getEditorMarshaller()
|
Unmarshaller<Link> |
LinkMarshallingFactoryImpl.getEditorUnmarshaller()
|
Marshaller<Link> |
LinkMarshallingFactoryImpl.getStorageMarshaller()
|
Unmarshaller<Link> |
LinkMarshallingFactoryImpl.getStorageUnmarshaller()
|
Marshaller<Link> |
LinkMarshallingFactoryImpl.getViewMarshaller()
|
Constructor parameters in com.atlassian.confluence.content.render.xhtml.links with type arguments of type Link | |
---|---|
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)
|
|
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)
|
|
LinkMarshallingFactoryImpl(Marshaller<Link> viewMarshaller,
Marshaller<Link> editorMarshaller,
Marshaller<Link> storageMarshaller,
Unmarshaller<Link> editorUnmarshaller,
Unmarshaller<Link> storageUnmarshaller)
|
Uses of Link in com.atlassian.confluence.content.render.xhtml.migration |
---|
Methods in com.atlassian.confluence.content.render.xhtml.migration that return Link | |
---|---|
Link |
XhtmlMigrationLinkResolver.resolve(java.lang.String linkText,
PageContext pageContext)
Resolves an xhtml link from the specified link text. |
Link |
LinkResolver.resolve(java.lang.String linkText,
PageContext pageContext)
|
Methods in com.atlassian.confluence.content.render.xhtml.migration with parameters of type Link | |
---|---|
Streamable |
UrlLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Constructor parameters in com.atlassian.confluence.content.render.xhtml.migration with type arguments of type Link | |
---|---|
XhtmlCamelCaseLinkMigrationRendererComponent(ConfluenceRendererConfiguration rendererConfiguration,
Marshaller<Link> linkMarshaller,
LinkResolver linkResolver)
|
|
XhtmlLinkRendererComponent(LinkResolver linkResolver,
Marshaller<Link> linkMarshaller,
com.atlassian.renderer.v2.SubRenderer subRenderer,
StorageFormatCleaner storageFormatCleaner)
|
Uses of Link in com.atlassian.confluence.content.render.xhtml.model.links |
---|
Classes in com.atlassian.confluence.content.render.xhtml.model.links that implement Link | |
---|---|
class |
CreatePageLink
|
class |
DefaultLink
|
class |
EmptyLink
Represents a link with no link text. |
class |
NotPermittedLink
A not permitted link. |
class |
UnresolvedLink
|
Methods in com.atlassian.confluence.content.render.xhtml.model.links that return Link | |
---|---|
Link |
DefaultLink.updateDestination(ResourceIdentifier destination)
Returns a new instance of this link with an updated destination. |
Constructors in com.atlassian.confluence.content.render.xhtml.model.links with parameters of type Link | |
---|---|
CreatePageLink(Link delegate)
|
|
EmptyLink(Link delegate)
|
|
NotPermittedLink(Link delegate)
|
|
UnresolvedLink(Link delegate)
|
Uses of Link in com.atlassian.confluence.content.render.xhtml.storage.link |
---|
Methods in com.atlassian.confluence.content.render.xhtml.storage.link that return Link | |
---|---|
Link |
StorageLinkUnmarshaller.unmarshal(javax.xml.stream.XMLEventReader linkReader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
|
Methods in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type Link | |
---|---|
Streamable |
StorageLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Uses of Link in com.atlassian.confluence.content.render.xhtml.storage.macro |
---|
Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.macro with type arguments of type Link | |
---|---|
StorageMacroV2Marshaller(XmlOutputFactory xmlOutputFactory,
MacroMetadataManager macroMetadataManager,
Marshaller<ResourceIdentifier> resourceIdentifierMarshaller,
Marshaller<Link> linkMarshaller,
MacroParameterTypeParser macroParameterTypeParser)
|
|
StorageMacroV2Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory,
XmlOutputFactory xmlOutputFactory,
MacroBodyTransformationCondition macroBodyTransformationCondition,
MacroMetadataManager macroMetadataManager,
Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
Unmarshaller<Link> linkUnmarshaller)
|
Uses of Link in com.atlassian.confluence.content.render.xhtml.view |
---|
Methods in com.atlassian.confluence.content.render.xhtml.view with parameters of type Link | |
---|---|
java.lang.String |
ViewModelToRenderedClassMapper.getRenderedClass(Link link)
|
java.lang.String |
ModelToRenderedClassMapper.getRenderedClass(Link link)
|
Uses of Link in com.atlassian.confluence.content.render.xhtml.view.link |
---|
Fields in com.atlassian.confluence.content.render.xhtml.view.link with type parameters of type Link | |
---|---|
protected Marshaller<Link> |
ViewIdAndTypeLinkMarshaller.linkBodyMarshaller
|
protected StaxStreamMarshaller<Link> |
ViewIdAndTypeLinkMarshaller.linkStaxStreamMarshaller
|
protected Marshaller<Link> |
ViewIdAndTypeLinkMarshaller.notPermittedLinkMarshaller
|
Methods in com.atlassian.confluence.content.render.xhtml.view.link that return types with arguments of type Link | |
---|---|
Marshaller<Link> |
ViewLinkMarshallerFactoryImpl.newBlogPostLinkMarshaller()
|
Marshaller<Link> |
ViewLinkMarshallerFactory.newBlogPostLinkMarshaller()
|
Marshaller<Link> |
ViewLinkMarshallerFactoryImpl.newBlogPostLinkMarshaller(HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
|
Marshaller<Link> |
ViewLinkMarshallerFactory.newBlogPostLinkMarshaller(HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
Get a new instance of a blog post link view marshaller which will usage a specific HrefEvaluator instead of the default for creating the actual href attribute in the rendererd link. |
Marshaller<Link> |
ViewLinkSubMarshallerFactoryImpl.newLinkBodyMarshaller()
|
Marshaller<Link> |
ViewLinkSubMarshallerFactory.newLinkBodyMarshaller()
|
Marshaller<Link> |
ViewLinkMarshallerFactoryImpl.newPageLinkMarshaller()
|
Marshaller<Link> |
ViewLinkMarshallerFactory.newPageLinkMarshaller()
Get a new instance of the default page link view marshaller. |
Marshaller<Link> |
ViewLinkMarshallerFactoryImpl.newPageLinkMarshaller(Marshaller<CreatePageLink> createPageLinkMarshaller,
HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
|
Marshaller<Link> |
ViewLinkMarshallerFactory.newPageLinkMarshaller(Marshaller<CreatePageLink> createPageLinkMarshaller,
HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
Get a new instance of a page link view marshaller which will use a specific 'create page' link Marshaller and a specific HrefEvaluator for creating the actual rendered link. |
Marshaller<Link> |
ViewLinkSubMarshallerFactoryImpl.newUnresolvedLinkBodyMarshaller()
|
Marshaller<Link> |
ViewLinkSubMarshallerFactory.newUnresolvedLinkBodyMarshaller()
|
Marshaller<Link> |
ViewLinkMarshallerFactoryImpl.newUserLinkMarshaller()
|
Marshaller<Link> |
ViewLinkMarshallerFactory.newUserLinkMarshaller()
|
Marshaller<Link> |
ViewLinkMarshallerFactoryImpl.newUserLinkMarshaller(HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
|
Marshaller<Link> |
ViewLinkMarshallerFactory.newUserLinkMarshaller(HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
Get a new instance of a user link view marshaller which will usage a specific HrefEvaluator instead of the default for creating the actual href attribute in the rendererd link. |
Methods in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type Link | |
---|---|
Streamable |
ViewUserLinkMarshaller.marshal(Link userLink,
ConversionContext conversionContext)
|
Streamable |
ViewUnresolvedLinkBodyMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
ViewSpaceLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
Marshals the given link to a String. |
Streamable |
ViewShortcutLinkMarshaller.marshal(Link shortcutLink,
ConversionContext conversionContext)
|
Streamable |
ViewPageLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
ViewLinkBodyMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
ViewIdAndTypeLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
ViewDraftLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
ViewContentEntityLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
ViewBlogPostLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
ViewAttachmentLinkMarshaller.marshal(Link attachmentLink,
ConversionContext conversionContext)
|
Method parameters in com.atlassian.confluence.content.render.xhtml.view.link with type arguments of type Link | |
---|---|
Marshaller<Link> |
ViewLinkMarshallerFactoryImpl.newBlogPostLinkMarshaller(HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
|
Marshaller<Link> |
ViewLinkMarshallerFactory.newBlogPostLinkMarshaller(HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
Get a new instance of a blog post link view marshaller which will usage a specific HrefEvaluator instead of the default for creating the actual href attribute in the rendererd link. |
Marshaller<Link> |
ViewLinkMarshallerFactoryImpl.newPageLinkMarshaller(Marshaller<CreatePageLink> createPageLinkMarshaller,
HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
|
Marshaller<Link> |
ViewLinkMarshallerFactory.newPageLinkMarshaller(Marshaller<CreatePageLink> createPageLinkMarshaller,
HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
Get a new instance of a page link view marshaller which will use a specific 'create page' link Marshaller and a specific HrefEvaluator for creating the actual rendered link. |
Marshaller<Link> |
ViewLinkMarshallerFactoryImpl.newUserLinkMarshaller(HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
|
Marshaller<Link> |
ViewLinkMarshallerFactory.newUserLinkMarshaller(HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
Get a new instance of a user link view marshaller which will usage a specific HrefEvaluator instead of the default for creating the actual href attribute in the rendererd link. |
protected void |
ViewUnresolvedLinkMarshaller.writeAdditionalAttributes(UnresolvedLink unresolvedLink,
javax.xml.stream.XMLStreamWriter xmlStreamWriter,
Marshaller<Link> unresolvedLinkBodyMarshaller,
ConversionContext conversionContext)
|
Uses of Link in com.atlassian.confluence.diff.marshallers |
---|
Methods in com.atlassian.confluence.diff.marshallers with parameters of type Link | |
---|---|
java.lang.String |
DiffModelToRenderedClassMapper.getRenderedClass(Link link)
|
Streamable |
DiffLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Constructor parameters in com.atlassian.confluence.diff.marshallers with type arguments of type Link | |
---|---|
DiffLinkMarshaller(Marshaller<Link> delegatingLinkMarshaller,
Marshaller<UnresolvedLink> unresolvedLinkMarshaller)
|
Uses of Link in com.atlassian.confluence.xhtml.api |
---|
Methods in com.atlassian.confluence.xhtml.api that return Link | |
---|---|
Link |
EditorFormatService.convertEditToLink(java.lang.String editFragment,
ConversionContext context)
Returns a MacroDefinition from the supplied editFragment . |
Link |
Link.updateDestination(ResourceIdentifier destinationResourceIdentifier)
Returns a new instance of this link with an updated destination. |
Methods in com.atlassian.confluence.xhtml.api with parameters of type Link | |
---|---|
java.lang.String |
EditorFormatService.convertLinkToEdit(Link link,
ConversionContext context)
Returns an edit format fragment for the supplied link . |
java.lang.String |
XhtmlContent.convertLinkToStorage(Link link,
ConversionContext context)
Returns a storage format fragment for the supplied link . |
java.lang.String |
XhtmlContent.convertLinkToView(Link link,
ConversionContext context)
Returns a view format fragment for the supplied link . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |