Uses of Class
com.atlassian.confluence.renderer.PageContext

Packages that use PageContext
com.atlassian.confluence.core   
com.atlassian.confluence.dashboard.actions   
com.atlassian.confluence.importexport   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.links   
com.atlassian.confluence.links.linktypes   
com.atlassian.confluence.macro   
com.atlassian.confluence.renderer   
com.atlassian.confluence.renderer.embedded   
com.atlassian.confluence.renderer.radeox.filters   
com.atlassian.confluence.renderer.radeox.macros   
com.atlassian.confluence.util   
 

Uses of PageContext in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return PageContext
 PageContext ContentEntityObject.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
 PageContext DashboardAction.getPageContext()
           
 

Uses of PageContext in com.atlassian.confluence.importexport
 

Methods in com.atlassian.confluence.importexport with parameters of type PageContext
 java.lang.String ExportLinkFormatter.format(com.atlassian.renderer.links.Link link, PageContext context)
          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
 java.lang.String WikiExporter.exportWikiToXHtml(java.lang.String wiki, PageContext context)
           
 java.lang.String WikiExporter.exportWikiToXslFo(java.lang.String wiki, PageContext pageContext)
           
 java.lang.String HtmlExportLinkFormatter.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
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
static java.lang.String AbstractPageLink.generateAnchor(PageContext context, java.lang.String anchorTitle)
           
 java.lang.String AbstractPageLink.getAnchor(PageContext pageContext)
           
 boolean PageLink.isOnSamePage(PageContext pageContext)
           
protected  boolean PageCreateLink.isOnSamePage(PageContext pageContext)
           
protected  boolean BlogPostLink.isOnSamePage(PageContext pageContext)
           
protected abstract  boolean AbstractPageLink.isOnSamePage(PageContext pageContext)
           
static PageLink PageLink.makeTestLink(java.lang.String linkText, PageContext context)
          Factory for making a link that can be used in tests
protected  void AbstractPageLink.setUrlAndTitle(PageContext pageContext)
           
 

Constructors in com.atlassian.confluence.links.linktypes with parameters of type PageContext
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
 PageContext MacroExecutionContext.getPageContext()
          Returns the PageContext of the macro.
 

Constructors in com.atlassian.confluence.macro with parameters of type PageContext
MacroExecutionContext(java.util.Map<java.lang.String,java.lang.String> params, java.lang.String body, PageContext pageContext)
          Constructor.
 

Uses of PageContext in com.atlassian.confluence.renderer
 

Methods in com.atlassian.confluence.renderer that return PageContext
 PageContext PageContext.getOriginalContext()
           
static PageContext WikiRendererContextKeys.getPageContext(java.util.Map contextParams)
          Helper method to save a bunch of verbosity and casting
 

Constructors in com.atlassian.confluence.renderer with parameters of type PageContext
PageContext(ContentEntityObject entity, PageContext previousContext)
           
 

Uses of PageContext in com.atlassian.confluence.renderer.embedded
 

Methods in com.atlassian.confluence.renderer.embedded with parameters of type PageContext
static Attachment EmbeddedResourceUtils.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
static void UrlFilter.handleUrlLink(com.atlassian.renderer.links.Link link, PageContext pageContext, java.lang.String url, java.lang.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
protected  PageContext AbstractHtmlGeneratingMacro.getPageContext(org.radeox.macro.parameter.MacroParameter macroParameter)
           
 

Methods in com.atlassian.confluence.renderer.radeox.macros with parameters of type PageContext
static java.lang.String AnchorMacro.generateAnchor(PageContext context, java.lang.String anchorTitle)
           
 

Uses of PageContext in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util with parameters of type PageContext
static java.lang.String ConfluenceRenderUtils.getAttachmentsRemotePath(PageContext context)
          Returns the remote path to files attached to the contextual page.
 java.lang.String ContentMacrosHelper.getExcerpt(ContentEntityObject content, PageContext pageContext)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.