Package com.atlassian.confluence.content.render.xhtml.links
package com.atlassian.confluence.content.render.xhtml.links
-
ClassDescriptionProduces absolute URL's / HREF's for the specified object.An HrefEvaluator which knows how to generate href values for
ConversionContextOutputType.DISPLAY
and generates relative links for the browser.The marshalling of links involves creating the actual href attribute describing the destination of the link.An HrefEvaluator that will generate links appropriate for HTML exported content.This interface is only required so that implementations can be exposed to plugin 2 plugins.A MarshallingFactory that returns Link marshallers and unmarshallers.Checked exception thrown when there is an error updating the links on a piece of content (normally in response to a renaming of moving of content to a different space).Used to update the links on a piece of content.ExtractsOutgoingLink
s fromContentEntityObject
s.An HrefEvaluator which inspects theConversionContextOutputType
in the ConversionContext and evaluates href values appropriately for the output type targeted.A model object representing a web link in Confluence content as opposed to a Confluence resource link.Updates all canonical links in an XHTML document to reflect a modified space key or title or both.You should note that this implementation of the OutgoingLinksExtractor is actually a 'reference' extractor.