Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.LinkResolver
-
Packages that use LinkResolver Package Description com.atlassian.confluence.content.render.xhtml.migration -
-
Uses of LinkResolver in com.atlassian.confluence.content.render.xhtml.migration
Classes in com.atlassian.confluence.content.render.xhtml.migration that implement LinkResolver Modifier and Type Class Description class
XhtmlMigrationLinkResolver
Converts wiki link text to xhtml link objects for migration.Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type LinkResolver Constructor Description XhtmlCamelCaseLinkMigrationRendererComponent(ConfluenceRendererConfiguration rendererConfiguration, Marshaller<Link> linkMarshaller, LinkResolver linkResolver)
XhtmlLinkRendererComponent(LinkResolver linkResolver, Marshaller<Link> linkMarshaller, com.atlassian.renderer.v2.SubRenderer subRenderer, StorageFormatCleaner storageFormatCleaner)
-