Uses of Class
com.atlassian.confluence.content.render.xhtml.model.links.CreatePageLink
-
Packages that use CreatePageLink Package Description com.atlassian.confluence.content.render.xhtml.view.link -
-
Uses of CreatePageLink in com.atlassian.confluence.content.render.xhtml.view.link
Methods in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type CreatePageLink Modifier and Type Method Description StreamableViewCreatePageLinkMarshaller. marshal(CreatePageLink createPageLink, ConversionContext conversionContext)Method parameters in com.atlassian.confluence.content.render.xhtml.view.link with type arguments of type CreatePageLink Modifier and Type Method Description 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. newPageLinkMarshaller(Marshaller<CreatePageLink> createPageLinkMarshaller, HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)Constructor parameters in com.atlassian.confluence.content.render.xhtml.view.link with type arguments of type CreatePageLink Constructor Description ViewPageLinkMarshaller(ResourceIdentifierResolver<PageResourceIdentifier,Page> resourceIdentifierResolver, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<CreatePageLink> createPageLinkMarshaller, CommonLinkAttributesWriter commonLinkAttributesWriter, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, @Nullable StaxStreamMarshaller<Link> linkStaxStreamMarshaller)
-