Uses of Class
com.atlassian.confluence.renderer.PageContext
-
-
Uses of PageContext in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that return PageContext Modifier and Type Method Description PageContextConversionContext. getPageContext()Deprecated.since 7.5.0, useConversionContext.getRenderContext()instead.PageContextDefaultConversionContext. 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 PageContext Modifier and Type Method Description ResourceIdentifierConfluenceContentMacroParameterParser. 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 PageContext Modifier and Type Method Description AttachmentDefaultEmbeddedResourceResolver. resolve(com.atlassian.renderer.embedded.EmbeddedResource embeddedResource, PageContext pageContext)AttachmentEmbeddedResourceResolver. resolve(com.atlassian.renderer.embedded.EmbeddedResource embeddedResource, PageContext pageContext)LinkLinkResolver. resolve(String linkText, PageContext pageContext)LinkXhtmlMigrationLinkResolver. 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 PageContext Modifier and Type Method Description StringInlineStyleHelper. render(String content, PageContext pageContext) -
Uses of PageContext in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return PageContext Modifier and Type Method Description PageContextContentEntityObject. toPageContext()When the content is rendered, what context is it being rendered in? -
Uses of PageContext in com.atlassian.confluence.dashboard.actions
Methods in com.atlassian.confluence.dashboard.actions that return PageContext Modifier and Type Method Description PageContextDashboardAction. getPageContext() -
Uses of PageContext in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport with parameters of type PageContext Modifier and Type Method Description StringExportLinkFormatter. 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 PageContext Modifier and Type Method Description StringHtmlExportLinkFormatter. 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 PageContext Constructor Description LinkExtractor(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 PageContext Modifier and Type Method Description static StringAbstractPageLink. generateAnchor(PageContext context, String anchor)This method generates a HTML encoded anchorstatic StringAbstractPageLink. generateUnencodedAnchor(PageContext context, String anchor)Generates a valid HTML5 anchor with a prefix added to the anchor name.static StringAbstractPageLink. generateUniqueAnchor(PageContext context, String anchor)Similar in most respects toAbstractPageLink.generateAnchor(com.atlassian.confluence.renderer.PageContext, String).StringAbstractPageLink. getAnchor(PageContext pageContext)protected abstract booleanAbstractPageLink. isOnSamePage(PageContext pageContext)protected booleanBlogPostLink. isOnSamePage(PageContext pageContext)protected booleanPageCreateLink. isOnSamePage(PageContext pageContext)booleanPageLink. isOnSamePage(PageContext pageContext)static PageLinkPageLink. makeTestLink(String linkText, PageContext context)Factory for making a link that can be used in testsprotected voidAbstractPageLink. setUrlAndTitle(PageContext pageContext)Constructors in com.atlassian.confluence.links.linktypes with parameters of type PageContext Constructor Description AbstractPageLink(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)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 PageContext Modifier and Type Method Description PageContextMacroExecutionContext. getPageContext()Returns thePageContextof the macro.Constructors in com.atlassian.confluence.macro with parameters of type PageContext Constructor Description MacroExecutionContext(Map<String,String> params, String body, PageContext pageContext)Constructor. -
Uses of PageContext in com.atlassian.confluence.renderer
Subclasses of PageContext in com.atlassian.confluence.renderer Modifier and Type Class Description classPageTemplateContextMethods in com.atlassian.confluence.renderer that return PageContext Modifier and Type Method Description static PageContextPageContext. contextWithTimeout(ContentEntityObject entity, com.atlassian.util.concurrent.Timeout timeout)Deprecated.since 7.0.1.PageContextPageContext. getOriginalContext()static PageContextWikiRendererContextKeys. getPageContext(Map contextParams)Helper method to save a bunch of verbosity and castingstatic PageContextPageContext. 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 PageContext Constructor Description PageContext(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 PageContext Modifier and Type Method Description static AttachmentEmbeddedResourceUtils. resolveAttachment(PageContext context, com.atlassian.renderer.embedded.EmbeddedResource resource) -
Uses of PageContext in com.atlassian.confluence.renderer.radeox.filters
Methods in com.atlassian.confluence.renderer.radeox.filters with parameters of type PageContext Modifier and Type Method Description static voidUrlFilter. handleUrlLink(com.atlassian.renderer.links.Link link, PageContext pageContext, String url, StringBuffer buffer, org.radeox.api.engine.RenderEngine engine) -
Uses of PageContext in com.atlassian.confluence.renderer.radeox.macros
Methods in com.atlassian.confluence.renderer.radeox.macros that return PageContext Modifier and Type Method Description protected PageContextAbstractHtmlGeneratingMacro. getPageContext(org.radeox.macro.parameter.MacroParameter macroParameter) -
Uses of PageContext in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type PageContext Modifier and Type Method Description static @Nullable StringConfluenceRenderUtils. getAttachmentsRemotePath(@Nullable PageContext context)Returns the remote path to files attached to the contextual page.StringContentMacrosHelper. getExcerpt(ContentEntityObject content, PageContext pageContext)
-