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