|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. Since 4.1. Use ConversionContext.getPageContext() . |
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(java.lang.String linkText,
PageContext pageContext)
Resolves an xhtml link from the specified link text. |
Link |
LinkResolver.resolve(java.lang.String linkText,
PageContext pageContext)
|
Uses of PageContext in com.atlassian.confluence.core |
---|
Methods in com.atlassian.confluence.core that return PageContext | |
---|---|
static PageContext |
ContentEntitySimulacrum.createContextForTemplateView(Space space,
java.lang.String title,
java.lang.String content)
|
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)
Deprecated. |
java.lang.String |
WikiExporter.exportWikiToXslFo(java.lang.String wiki,
PageContext pageContext)
Deprecated. |
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 anchor)
This method generates a HTML encoded anchor |
static java.lang.String |
AbstractPageLink.generateUnencodedAnchor(PageContext context,
java.lang.String anchor)
Generates a valid HTML5 anchor with a prefix added to the anchor name. |
static java.lang.String |
AbstractPageLink.generateUniqueAnchor(PageContext context,
java.lang.String anchor)
Similar in most respects to AbstractPageLink.generateAnchor(com.atlassian.confluence.renderer.PageContext, String) . |
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.pages.templates |
---|
Methods in com.atlassian.confluence.pages.templates that return PageContext | |
---|---|
PageContext |
XhtmlTemplateHandler.getRenderContext(java.lang.String spaceKey)
|
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(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)
Deprecated. the ability to have an original context is likely to be removed in a future version |
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)
Deprecated. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |