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

Packages that use PageContext
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.migration   
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.content.render.xhtml
 

Methods in com.atlassian.confluence.content.render.xhtml that return PageContext
static PageContext NastyUtilitiesWhichWillBeMadeRedundant.extractPageContext(ConversionContext context)
          Deprecated.  
 PageContext DefaultConversionContext.getPageContext()
           
 PageContext ConversionContext.getPageContext()
           This method should be considered almost deprecated.
 

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
 Attachment EmbeddedResourceResolver.resolve(com.atlassian.renderer.embedded.EmbeddedResource embeddedResource, PageContext pageContext)
           
 Attachment DefaultEmbeddedResourceResolver.resolve(com.atlassian.renderer.embedded.EmbeddedResource embeddedResource, PageContext pageContext)
           
 Link XhtmlMigrationLinkResolver.resolve(String linkText, PageContext pageContext)
          Resolves an xhtml link from the specified link text.
 Link LinkResolver.resolve(String linkText, PageContext pageContext)
           
 

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
 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
 String WikiExporter.exportWikiToXHtml(String wiki, PageContext context)
          Deprecated.  
 String WikiExporter.exportWikiToXslFo(String wiki, PageContext pageContext)
          Deprecated.  
 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 String AbstractPageLink.generateAnchor(PageContext context, String anchor)
          Used predominantly to generate an anchor in the format: #<title>-<anchor>
 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(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(Map<String,String> params, String body, PageContext pageContext)
          Constructor.
 

Uses of PageContext in com.atlassian.confluence.renderer
 

Methods in com.atlassian.confluence.renderer that return PageContext
static PageContext PageContext.contextWithTimeout(ContentEntityObject entity, com.atlassian.util.concurrent.Timeout timeout)
          Construct a new PageContext for the rendering of some entity within a given time.
 PageContext PageContext.getOriginalContext()
           
static PageContext WikiRendererContextKeys.getPageContext(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)
          Constructs a PageContext wrapping another pageContext.
 

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, 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
protected  PageContext AbstractHtmlGeneratingMacro.getPageContext(org.radeox.macro.parameter.MacroParameter macroParameter)
           
 

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

Uses of PageContext in com.atlassian.confluence.util
 

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



Copyright © 2003-2012 Atlassian. All Rights Reserved.