Uses of Class
com.atlassian.confluence.renderer.PageContext
Packages that use PageContext
Package
Description
-
Uses of PageContext in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that return PageContextModifier and TypeMethodDescriptionConversionContext.getPageContext()
Deprecated.DefaultConversionContext.getPageContext()
-
Uses of PageContext in com.atlassian.confluence.content.render.xhtml.editor.macro
Methods in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type PageContextModifier and TypeMethodDescriptionConfluenceContentMacroParameterParser.parse
(String linkText, PageContext pageContext) -
Uses of PageContext in com.atlassian.confluence.content.render.xhtml.migration
Methods in com.atlassian.confluence.content.render.xhtml.migration with parameters of type PageContextModifier and TypeMethodDescriptionDefaultEmbeddedResourceResolver.resolve
(com.atlassian.renderer.embedded.EmbeddedResource embeddedResource, PageContext pageContext) EmbeddedResourceResolver.resolve
(com.atlassian.renderer.embedded.EmbeddedResource embeddedResource, PageContext pageContext) LinkResolver.resolve
(String linkText, PageContext pageContext) XhtmlMigrationLinkResolver.resolve
(String linkText, PageContext pageContext) Resolves an xhtml link from the specified link text. -
Uses of PageContext in com.atlassian.confluence.content.render.xhtml.view.embed
Methods in com.atlassian.confluence.content.render.xhtml.view.embed with parameters of type PageContextModifier and TypeMethodDescriptionInlineStyleHelper.render
(String content, PageContext pageContext) -
Uses of PageContext in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return PageContextModifier and TypeMethodDescriptionfinal PageContext
ContentEntityObject.toPageContext()
Deprecated, for removal: This API element is subject to removal in a future version.since 9.3 usePageContext(ContentEntityObject)
-
Uses of PageContext in com.atlassian.confluence.dashboard.actions
Methods in com.atlassian.confluence.dashboard.actions that return PageContext -
Uses of PageContext in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport with parameters of type PageContextModifier and TypeMethodDescriptionExportLinkFormatter.format
(com.atlassian.renderer.links.Link link, PageContext context) Deprecated.Formats the link to link to the exported content. -
Uses of PageContext in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type PageContextModifier and TypeMethodDescriptionHtmlExportLinkFormatter.format
(com.atlassian.renderer.links.Link link, PageContext context) -
Uses of PageContext in com.atlassian.confluence.links
Constructors in com.atlassian.confluence.links with parameters of type PageContextModifierConstructorDescriptionLinkExtractor
(com.atlassian.renderer.links.LinkResolver linkResolver, PageContext pageContext) -
Uses of PageContext in com.atlassian.confluence.links.linktypes
Methods in com.atlassian.confluence.links.linktypes with parameters of type PageContextModifier and TypeMethodDescriptionstatic String
AbstractPageLink.generateAnchor
(PageContext context, String anchor) This method generates a HTML encoded anchorstatic String
AbstractPageLink.generateUnencodedAnchor
(PageContext context, String anchor) Generates a valid HTML5 anchor with a prefix added to the anchor name.static String
AbstractPageLink.generateUniqueAnchor
(PageContext context, String anchor) Similar in most respects toAbstractPageLink.generateAnchor(com.atlassian.confluence.renderer.PageContext, String)
.AbstractPageLink.getAnchor
(PageContext pageContext) protected abstract boolean
AbstractPageLink.isOnSamePage
(PageContext pageContext) protected boolean
BlogPostLink.isOnSamePage
(PageContext pageContext) protected boolean
PageCreateLink.isOnSamePage
(PageContext pageContext) boolean
PageLink.isOnSamePage
(PageContext pageContext) static PageLink
PageLink.makeTestLink
(String linkText, PageContext context) Factory for making a link that can be used in testsprotected void
AbstractPageLink.setUrlAndTitle
(PageContext pageContext) Constructors in com.atlassian.confluence.links.linktypes with parameters of type PageContextModifierConstructorDescriptionAbstractPageLink
(com.atlassian.renderer.links.GenericLinkParser parser, PageContext context) BlogPostLink
(com.atlassian.renderer.links.GenericLinkParser parser, PageContext context, PageManager pageManager) PageCreateLink
(com.atlassian.renderer.links.GenericLinkParser parser, PageContext context, com.atlassian.struts.xsrf.XsrfTokenGenerator xsrfTokenGenerator) PageLink
(com.atlassian.renderer.links.GenericLinkParser parser, PageContext pageContext, PageManager pageManager) -
Uses of PageContext in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro that return PageContextModifier and TypeMethodDescriptionMacroExecutionContext.getPageContext()
Returns thePageContext
of the macro.Constructors in com.atlassian.confluence.macro with parameters of type PageContextModifierConstructorDescriptionMacroExecutionContext
(Map<String, String> params, String body, PageContext pageContext) Constructor. -
Uses of PageContext in com.atlassian.confluence.renderer
Subclasses of PageContext in com.atlassian.confluence.rendererMethods in com.atlassian.confluence.renderer that return PageContextModifier and TypeMethodDescriptionPageContext.getOriginalContext()
static PageContext
WikiRendererContextKeys.getPageContext
(Map contextParams) Helper method to save a bunch of verbosity and castingstatic PageContext
PageContext.newContextWithTimeout
(ContentEntityObject entity, io.atlassian.util.concurrent.Timeout timeout) Construct a new PageContext for the rendering of some entity within a given time.Constructors in com.atlassian.confluence.renderer with parameters of type PageContextModifierConstructorDescriptionPageContext
(ContentEntityObject entity, PageContext previousContext) Deprecated.since 4.3. -
Uses of PageContext in com.atlassian.confluence.renderer.embedded
Methods in com.atlassian.confluence.renderer.embedded with parameters of type PageContextModifier and TypeMethodDescriptionstatic Attachment
EmbeddedResourceUtils.resolveAttachment
(PageContext context, com.atlassian.renderer.embedded.EmbeddedResource resource) -
Uses of PageContext in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type PageContextModifier and TypeMethodDescriptionstatic @Nullable String
ConfluenceRenderUtils.getAttachmentsRemotePath
(@Nullable PageContext context) Returns the remote path to files attached to the contextual page.ContentMacrosHelper.getExcerpt
(ContentEntityObject content, PageContext pageContext)
ConversionContext.getRenderContext()
instead.