A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractFormatter - Class in com.atlassian.renderer.v2.macro.code.formatter
 
AbstractFormatter() - Constructor for class com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter
 
AbstractPanelMacro - Class in com.atlassian.renderer.macro.macros
 
AbstractPanelMacro() - Constructor for class com.atlassian.renderer.macro.macros.AbstractPanelMacro
 
AbstractPanelMacro - Class in com.atlassian.renderer.v2.macro.basic
Abstract class for panel macros.
AbstractPanelMacro() - Constructor for class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
 
AbstractRegexRendererComponent - Class in com.atlassian.renderer.v2.components
 
AbstractRegexRendererComponent() - Constructor for class com.atlassian.renderer.v2.components.AbstractRegexRendererComponent
 
AbstractRendererComponent - Class in com.atlassian.renderer.v2.components
 
AbstractRendererComponent() - Constructor for class com.atlassian.renderer.v2.components.AbstractRendererComponent
 
ActionScriptFormatter - Class in com.atlassian.renderer.v2.macro.code.formatter
 
ActionScriptFormatter() - Constructor for class com.atlassian.renderer.v2.macro.code.formatter.ActionScriptFormatter
 
addBlock(Object) - Method in class com.atlassian.renderer.RenderedContentStore
Put some content block into the store.
addCell(TableCell) - Method in class com.atlassian.renderer.v2.components.table.TableRow
 
addContent(Object, RenderedContentStore.TokenType) - Method in class com.atlassian.renderer.RenderedContentStore
Add content to the store.
addExternalReference(Link) - Method in class com.atlassian.renderer.RenderContext
 
addInline(Object) - Method in class com.atlassian.renderer.RenderedContentStore
Put some inline content into the store.
addParam(Object, Object) - Method in class com.atlassian.renderer.RenderContext
 
addRenderedContent(Object) - Method in class com.atlassian.renderer.RenderContext
Convenience method so people don't have to keep retrieving the renderedcontentstore.
addRenderedContent(Object, RenderedContentStore.TokenType) - Method in class com.atlassian.renderer.RenderContext
Convenience method so people don't have to keep retrieving the renderedcontentstore, but can still report whether their content is a block or inline fragment.
addReplacement(String, String) - Method in class com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter
 
addRow(String) - Method in class com.atlassian.renderer.v2.components.table.Table
 
addRow(TableRow) - Method in class com.atlassian.renderer.v2.components.table.Table
 
aliasSpecified - Variable in class com.atlassian.renderer.links.Link
Whether an alias is included in the Link.originalLinkText.
ALL - Static variable in class com.atlassian.renderer.v2.RenderMode
Render everything
ALL_WITH_NO_MACRO_ERRORS - Static variable in class com.atlassian.renderer.v2.RenderMode
Render mode for suppressing the warning messages for unfound macros
allow(long) - Static method in class com.atlassian.renderer.v2.RenderMode
Create a new render mode by starting from the state where nothing is permitted, then turning on those flags passed into the method.
and(RenderMode) - Method in class com.atlassian.renderer.v2.RenderMode
Create a new render mode that is the logical AND of this and another render mode.
appendAttribute(String, String, StringBuffer) - Static method in class com.atlassian.renderer.util.RendererUtil
Appends name="value" followed by a space to the buffer.
appendAttribute(String, boolean, StringBuffer) - Static method in class com.atlassian.renderer.util.RendererUtil
Appends name="value" followed by a space to the buffer.
appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.renderer.v2.components.AbstractRegexRendererComponent
Implement this method to perform your actual regex substitution.
appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.renderer.v2.components.BackslashEscapeRendererComponent
 
appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.renderer.v2.components.CamelCaseLinkRendererComponent
 
appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.renderer.v2.components.EmbeddedRendererComponent
 
appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.renderer.v2.components.HtmlEntityRendererComponent
Create an inline token for the matched entity and substitute it.
appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.renderer.v2.components.phrase.EmoticonRendererComponent
 
appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.renderer.v2.components.phrase.ForceNewLineRendererComponent
 
appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.renderer.v2.components.phrase.TemplateParamRenderComponent
 
appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.renderer.v2.components.TokenRendererComponent
 
appendSubstitution(StringBuffer, RenderContext, Matcher) - Method in class com.atlassian.renderer.v2.components.UrlRendererComponent
 
argString - Variable in class com.atlassian.renderer.v2.components.MacroTag
 
assertValid(String) - Method in class com.atlassian.renderer.v2.macro.basic.validator.BorderStyleValidator
 
assertValid(String) - Method in class com.atlassian.renderer.v2.macro.basic.validator.ColorStyleValidator
 
assertValid(String) - Method in class com.atlassian.renderer.v2.macro.basic.validator.CssSizeValidator
 
assertValid(String) - Method in interface com.atlassian.renderer.v2.macro.basic.validator.ParameterValidator
Throws a MacroParameterValidationException if the property value is invalid.
assertValid(String) - Method in class com.atlassian.renderer.v2.macro.basic.validator.WidthSizeValidator
 
ATTACHED_TO - Static variable in class com.atlassian.renderer.util.RendererProperties
 
attachmentManager - Variable in class com.atlassian.renderer.embedded.DefaultEmbeddedResourceRenderer
 
attachmentManager - Variable in class com.atlassian.renderer.embedded.EmbeddedObjectRenderer
 
ATTACHMENTS_PATH - Static variable in class com.atlassian.renderer.macro.RadeoxCompatibilityMacro
 
attributeContains(Node, String, String) - Static method in class com.atlassian.renderer.util.NodeUtil
Returns true if the named attribute exists and contains the passed in value.

B

backslashEscape() - Method in class com.atlassian.renderer.v2.RenderMode
 
BackslashEscapeRendererComponent - Class in com.atlassian.renderer.v2.components
Escapes certain symbols prefixed with backslash (\) into html entities.
BackslashEscapeRendererComponent() - Constructor for class com.atlassian.renderer.v2.components.BackslashEscapeRendererComponent
 
BaseLink - Class in com.atlassian.renderer.links
 
BaseLink(GenericLinkParser) - Constructor for class com.atlassian.renderer.links.BaseLink
 
BaseMacro - Class in com.atlassian.renderer.macro
 
BaseMacro() - Constructor for class com.atlassian.renderer.macro.BaseMacro
 
BaseMacro - Class in com.atlassian.renderer.v2.macro
 
BaseMacro() - Constructor for class com.atlassian.renderer.v2.macro.BaseMacro
 
BasicAnchorMacro - Class in com.atlassian.renderer.v2.macro.basic
Created by IntelliJ IDEA.
BasicAnchorMacro() - Constructor for class com.atlassian.renderer.v2.macro.basic.BasicAnchorMacro
 
BlankLineBlockRenderer - Class in com.atlassian.renderer.v2.components.block
Block-level blank line handling.
BlankLineBlockRenderer() - Constructor for class com.atlassian.renderer.v2.components.block.BlankLineBlockRenderer
 
BLOCK_TOKEN - Static variable in class com.atlassian.renderer.RenderedContentStore
An unlikely-to-appear-in-real-text token, for use in block-replacement
BLOCK_TOKEN_PATTERN_STR - Static variable in class com.atlassian.renderer.v2.components.TokenRendererComponent
 
blockError(String, String) - Static method in class com.atlassian.renderer.v2.RenderUtils
 
BlockquoteBlockRenderer - Class in com.atlassian.renderer.v2.components.block
 
BlockquoteBlockRenderer() - Constructor for class com.atlassian.renderer.v2.components.block.BlockquoteBlockRenderer
 
BlockRenderer - Interface in com.atlassian.renderer.v2.components.block
 
BlockRendererComponent - Class in com.atlassian.renderer.v2.components.block
RendererComponent to handle block structures such as lists, tables and paragraphs.
BlockRendererComponent(SubRenderer, List<BlockRenderer>) - Constructor for class com.atlassian.renderer.v2.components.block.BlockRendererComponent
 
BOLD - Static variable in class com.atlassian.renderer.wysiwyg.Styles
 
BorderStyleValidator - Class in com.atlassian.renderer.v2.macro.basic.validator
Validates that a parameter is a valid CSS2 border-style property value.
build() - Method in class com.atlassian.renderer.wysiwyg.NodeContext.Builder
 
buildNewRelativeUrl(HttpServletRequest, String, String) - Static method in class com.atlassian.renderer.util.UrlUtil
Deprecated. since 3.12 this is not used. Builds a URL with a new parameter, replacing any existing parameters with that name but maintaining all other parameters.

For example /foo.html?name=fred&key=FLINT

BULLET_LIST - Static variable in class com.atlassian.renderer.v2.components.list.ListBlockRenderer
 
BULLETED - Static variable in class com.atlassian.renderer.wysiwyg.ListContext
 

C

CamelCaseLinkRendererComponent - Class in com.atlassian.renderer.v2.components
 
CamelCaseLinkRendererComponent(LinkResolver, RendererConfiguration) - Constructor for class com.atlassian.renderer.v2.components.CamelCaseLinkRendererComponent
 
canConvert(NodeContext) - Method in class com.atlassian.renderer.wysiwyg.converter.FormatConverter
 
CITE - Static variable in class com.atlassian.renderer.wysiwyg.Styles
 
CodeMacro - Class in com.atlassian.renderer.v2.macro.code
 
CodeMacro(V2SubRenderer, List) - Constructor for class com.atlassian.renderer.v2.macro.code.CodeMacro
 
CodeMacro() - Constructor for class com.atlassian.renderer.v2.macro.code.CodeMacro
 
ColorMacro - Class in com.atlassian.renderer.macro.macros
A simple macro to colour HTML
ColorMacro() - Constructor for class com.atlassian.renderer.macro.macros.ColorMacro
 
ColorMacro - Class in com.atlassian.renderer.v2.macro.basic
A simple macro to colour HTML
ColorMacro() - Constructor for class com.atlassian.renderer.v2.macro.basic.ColorMacro
 
ColorStyleValidator - Class in com.atlassian.renderer.v2.macro.basic.validator
Validates that a parameter is a valid color property value.
com.atlassian.renderer - package com.atlassian.renderer
 
com.atlassian.renderer.attachments - package com.atlassian.renderer.attachments
 
com.atlassian.renderer.embedded - package com.atlassian.renderer.embedded
 
com.atlassian.renderer.links - package com.atlassian.renderer.links
 
com.atlassian.renderer.macro - package com.atlassian.renderer.macro
 
com.atlassian.renderer.macro.macros - package com.atlassian.renderer.macro.macros
 
com.atlassian.renderer.util - package com.atlassian.renderer.util
 
com.atlassian.renderer.v2 - package com.atlassian.renderer.v2
 
com.atlassian.renderer.v2.components - package com.atlassian.renderer.v2.components
 
com.atlassian.renderer.v2.components.block - package com.atlassian.renderer.v2.components.block
 
com.atlassian.renderer.v2.components.link - package com.atlassian.renderer.v2.components.link
 
com.atlassian.renderer.v2.components.list - package com.atlassian.renderer.v2.components.list
 
com.atlassian.renderer.v2.components.phrase - package com.atlassian.renderer.v2.components.phrase
 
com.atlassian.renderer.v2.components.table - package com.atlassian.renderer.v2.components.table
 
com.atlassian.renderer.v2.macro - package com.atlassian.renderer.v2.macro
 
com.atlassian.renderer.v2.macro.basic - package com.atlassian.renderer.v2.macro.basic
 
com.atlassian.renderer.v2.macro.basic.validator - package com.atlassian.renderer.v2.macro.basic.validator
 
com.atlassian.renderer.v2.macro.code - package com.atlassian.renderer.v2.macro.code
 
com.atlassian.renderer.v2.macro.code.formatter - package com.atlassian.renderer.v2.macro.code.formatter
 
com.atlassian.renderer.v2.plugin - package com.atlassian.renderer.v2.plugin
 
com.atlassian.renderer.wysiwyg - package com.atlassian.renderer.wysiwyg
 
com.atlassian.renderer.wysiwyg.converter - package com.atlassian.renderer.wysiwyg.converter
 
command - Variable in class com.atlassian.renderer.v2.components.MacroTag
 
COMMENTS_REPLACEMENT - Static variable in class com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter
 
COMPATIBILITY_MODE - Static variable in class com.atlassian.renderer.v2.RenderMode
 
containsUrl(String) - Static method in class com.atlassian.renderer.util.UrlUtil
 
ContentLinkResolver - Interface in com.atlassian.renderer.links
Resolves parsed content links into Link objects.
convertChildren(Node, Styles, ListContext, boolean, boolean, boolean, boolean, Node) - Method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
convertChildren(NodeContext) - Method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
Converts the children of the node in the given node context.
convertChildren(Node, Styles, ListContext, boolean, boolean, boolean, boolean, Node) - Method in interface com.atlassian.renderer.wysiwyg.WysiwygConverter
Deprecated. Since 5.0. Use WysiwygConverter.convertChildren(NodeContext) instead.
convertChildren(NodeContext) - Method in interface com.atlassian.renderer.wysiwyg.WysiwygConverter
Converts the children nodes of the given node in the node context to wiki markup.
convertMacroFromNode(NodeContext, DefaultWysiwygConverter, Macro) - Static method in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
Converts a macro node back to wiki markup.
convertNode(NodeContext) - Method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
Converts the node in the given node context to wiki markup.
convertNode(NodeContext, DefaultWysiwygConverter) - Method in class com.atlassian.renderer.wysiwyg.converter.FormatConverter
 
convertNode(NodeContext) - Method in interface com.atlassian.renderer.wysiwyg.WysiwygConverter
Converts the node in the node context to wiki markup.
convertToRegularExpression(String) - Static method in class com.atlassian.renderer.util.RegExpUtil
 
convertToWikiMarkup(String) - Method in class com.atlassian.renderer.v2.components.phrase.EmoticonRendererComponent
 
convertToWikiMarkup(String) - Method in interface com.atlassian.renderer.v2.components.TextConverter
 
convertWikiMarkupToXHtml(RenderContext, String) - Method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
convertWikiMarkupToXHtml(RenderContext, String) - Method in interface com.atlassian.renderer.wysiwyg.WysiwygConverter
 
convertWikiToText(RenderContext, String) - Method in class com.atlassian.renderer.v2.V2RendererFacade
 
convertWikiToXHtml(RenderContext, String) - Method in class com.atlassian.renderer.v2.V2RendererFacade
 
convertWikiToXHtml(RenderContext, String) - Method in interface com.atlassian.renderer.WikiStyleRenderer
Convert a given piece of wiki text into HTML markup.
convertXhtmlToWikiMarkup(NodeContext, WysiwygConverter) - Method in class com.atlassian.renderer.v2.macro.basic.InlineHtmlMacro
 
convertXHtmlToWikiMarkup(String) - Method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
convertXhtmlToWikiMarkup(NodeContext, WysiwygConverter) - Method in interface com.atlassian.renderer.wysiwyg.MacroBodyConverter
Returns the converted wiki markup of the macro body from the given node context.
convertXHtmlToWikiMarkup(String) - Method in interface com.atlassian.renderer.wysiwyg.WysiwygConverter
 
convertXHtmlToWikiMarkup(Node, Node, WysiwygConverter, Styles, ListContext, boolean, boolean, boolean) - Method in interface com.atlassian.renderer.wysiwyg.WysiwygNodeConverter
Returns the converted wiki markup from the given node and its context parameters.
correctBaseUrls(String, String) - Static method in class com.atlassian.renderer.util.UrlUtil
Fixes the URLs used in content imported from external sources to have a base URL that points to that external source.
create(String) - Static method in class com.atlassian.renderer.embedded.EmbeddedResourceResolver
Factory method for creating EmbeddedResource instances from the specified string input.
CREATE_PAGE - Static variable in class com.atlassian.renderer.util.RendererProperties
 
CREATE_PAGE_IN_SPACE - Static variable in class com.atlassian.renderer.util.RendererProperties
 
createContentLink(RenderContext, GenericLinkParser) - Method in interface com.atlassian.renderer.links.ContentLinkResolver
Given some parsed link text, convert it into a link object that can then be rendered into the page.
createLink(RenderContext, String) - Method in interface com.atlassian.renderer.links.LinkResolver
Given some link text, convert it into a link object that can then be rendered into the page.
createLinkWikiText(Node, String) - Static method in class com.atlassian.renderer.wysiwyg.WysiwygLinkHelper
 
createRow(String) - Static method in class com.atlassian.renderer.v2.components.table.TableRow
 
createTable(String) - Static method in class com.atlassian.renderer.v2.components.table.Table
 
cssClass - Variable in class com.atlassian.renderer.Icon
 
CssSizeValidator - Class in com.atlassian.renderer.v2.macro.basic.validator
Validates that a parameter is a valid CSS2 size value.
CssSizeValue - Class in com.atlassian.renderer.v2.macro.basic
Class used to extract the size out of CSS value (dropping the unit of measurement off)
CssSizeValue(String) - Constructor for class com.atlassian.renderer.v2.macro.basic.CssSizeValue
 

D

DASHED_LIST - Static variable in class com.atlassian.renderer.v2.components.list.ListBlockRenderer
 
DashRendererComponent - Class in com.atlassian.renderer.v2.components.phrase
 
DashRendererComponent() - Constructor for class com.atlassian.renderer.v2.components.phrase.DashRendererComponent
 
debug - Static variable in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
decorateText(String) - Method in class com.atlassian.renderer.wysiwyg.ListContext
 
decorateText(String) - Method in class com.atlassian.renderer.wysiwyg.Styles
 
DEFAULT_CONTROLS_HEIGHT - Static variable in class com.atlassian.renderer.embedded.EmbeddedRealMediaRenderer
 
DEFAULT_HEIGHT - Static variable in class com.atlassian.renderer.embedded.EmbeddedRealMediaRenderer
 
DEFAULT_ICON_NAME - Static variable in class com.atlassian.renderer.embedded.PlaceholderImageRenderer
The default image that will appear in the img tag created if PlaceholderImageRenderer.ICON_PARAMETER is not specified.
DEFAULT_WIDTH - Static variable in class com.atlassian.renderer.embedded.EmbeddedRealMediaRenderer
 
DefaultEmbeddedResourceRenderer - Class in com.atlassian.renderer.embedded
Class that passes on the rendering of an EmbeddedResource to the correct renderer
DefaultEmbeddedResourceRenderer() - Constructor for class com.atlassian.renderer.embedded.DefaultEmbeddedResourceRenderer
 
DefaultEmbeddedResourceRenderer(RendererAttachmentManager) - Constructor for class com.atlassian.renderer.embedded.DefaultEmbeddedResourceRenderer
 
DefaultIconManager - Class in com.atlassian.renderer
An icon manager that looks up a property to find the location of the emoticon icons and that has no link decoration icons.
DefaultIconManager() - Constructor for class com.atlassian.renderer.DefaultIconManager
 
DefaultMacroManager - Class in com.atlassian.renderer.v2.macro
A simple hard-coded implementation of a MacroManager that will server up the basic and html macros included in the renderer component.
DefaultMacroManager(V2SubRenderer) - Constructor for class com.atlassian.renderer.v2.macro.DefaultMacroManager
 
DefaultTidyMessageListener - Class in com.atlassian.renderer.wysiwyg
Created by IntelliJ IDEA.
DefaultTidyMessageListener() - Constructor for class com.atlassian.renderer.wysiwyg.DefaultTidyMessageListener
 
DefaultWysiwygConverter - Class in com.atlassian.renderer.wysiwyg.converter
 
DefaultWysiwygConverter() - Constructor for class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
DefaultWysiwygConverter(List<TextConverter>) - Constructor for class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
DISPLAY - Static variable in interface com.atlassian.renderer.RenderContextOutputType
 
DISPLAY_INLINE_PARAMETER_NAME - Static variable in class com.atlassian.renderer.embedded.EmbeddedFlashRenderer
 
divideOn(StringBuffer, char) - Static method in class com.atlassian.renderer.links.GenericLinkParser
Split a StringBuffer on some dividing character.
DummyParentListItem - Class in com.atlassian.renderer.v2.components.list
A fake list item that contains all of a list, for convenience of not having to duplicate code
DummyParentListItem() - Constructor for class com.atlassian.renderer.v2.components.list.DummyParentListItem
 

E

EM_DASH - Static variable in class com.atlassian.renderer.v2.components.phrase.DashRendererComponent
 
EMAIL - Static variable in interface com.atlassian.renderer.RenderContextOutputType
 
EmbeddedAudio - Class in com.atlassian.renderer.embedded
Created by IntelliJ IDEA.
EmbeddedAudio(String) - Constructor for class com.atlassian.renderer.embedded.EmbeddedAudio
 
EmbeddedAudio(EmbeddedResourceParser) - Constructor for class com.atlassian.renderer.embedded.EmbeddedAudio
 
EmbeddedFlash - Class in com.atlassian.renderer.embedded
Class to support the embedding of Macromedia Flash files into the wiki renderer
EmbeddedFlash(String) - Constructor for class com.atlassian.renderer.embedded.EmbeddedFlash
 
EmbeddedFlash(EmbeddedResourceParser) - Constructor for class com.atlassian.renderer.embedded.EmbeddedFlash
 
EmbeddedFlashRenderer - Class in com.atlassian.renderer.embedded
Created by IntelliJ IDEA.
EmbeddedFlashRenderer(RendererAttachmentManager) - Constructor for class com.atlassian.renderer.embedded.EmbeddedFlashRenderer
 
EmbeddedImage - Class in com.atlassian.renderer.embedded
 
EmbeddedImage(String) - Constructor for class com.atlassian.renderer.embedded.EmbeddedImage
 
EmbeddedImage(EmbeddedResourceParser) - Constructor for class com.atlassian.renderer.embedded.EmbeddedImage
 
EmbeddedImageRenderer - Class in com.atlassian.renderer.embedded
 
EmbeddedImageRenderer(RendererAttachmentManager) - Constructor for class com.atlassian.renderer.embedded.EmbeddedImageRenderer
 
EmbeddedObject - Class in com.atlassian.renderer.embedded
Class to support the embedding of generic content (such as Flash, Quicktime Video) into wiki markup
EmbeddedObject(String) - Constructor for class com.atlassian.renderer.embedded.EmbeddedObject
 
EmbeddedObject(EmbeddedResourceParser) - Constructor for class com.atlassian.renderer.embedded.EmbeddedObject
 
EmbeddedObjectRenderer - Class in com.atlassian.renderer.embedded
Created by IntelliJ IDEA.
EmbeddedObjectRenderer(RendererAttachmentManager) - Constructor for class com.atlassian.renderer.embedded.EmbeddedObjectRenderer
 
EmbeddedQuicktime - Class in com.atlassian.renderer.embedded
Created by IntelliJ IDEA.
EmbeddedQuicktime(String) - Constructor for class com.atlassian.renderer.embedded.EmbeddedQuicktime
 
EmbeddedQuicktime(EmbeddedResourceParser) - Constructor for class com.atlassian.renderer.embedded.EmbeddedQuicktime
 
EmbeddedRealMedia - Class in com.atlassian.renderer.embedded
Created by IntelliJ IDEA.
EmbeddedRealMedia(String) - Constructor for class com.atlassian.renderer.embedded.EmbeddedRealMedia
 
EmbeddedRealMedia(EmbeddedResourceParser) - Constructor for class com.atlassian.renderer.embedded.EmbeddedRealMedia
 
EmbeddedRealMediaRenderer - Class in com.atlassian.renderer.embedded
Created by IntelliJ IDEA.
EmbeddedRealMediaRenderer(RendererAttachmentManager) - Constructor for class com.atlassian.renderer.embedded.EmbeddedRealMediaRenderer
 
EmbeddedRendererComponent - Class in com.atlassian.renderer.v2.components
 
EmbeddedRendererComponent() - Constructor for class com.atlassian.renderer.v2.components.EmbeddedRendererComponent
 
EmbeddedResource - Class in com.atlassian.renderer.embedded
Link to an embedded mime resource.
EmbeddedResource(EmbeddedResourceParser) - Constructor for class com.atlassian.renderer.embedded.EmbeddedResource
Create a new EmbeddedResource.
EmbeddedResource(String) - Constructor for class com.atlassian.renderer.embedded.EmbeddedResource
Create a new Embedded resource using embedded resource text.
EmbeddedResourceParser - Class in com.atlassian.renderer.embedded
A parser for an embedded resource.
EmbeddedResourceParser(String) - Constructor for class com.atlassian.renderer.embedded.EmbeddedResourceParser
 
EmbeddedResourceRenderer - Interface in com.atlassian.renderer.embedded
Interface for embedded resource renderers.
EmbeddedResourceResolver - Class in com.atlassian.renderer.embedded
 
EmbeddedResourceResolver() - Constructor for class com.atlassian.renderer.embedded.EmbeddedResourceResolver
 
EmbeddedWindowsMedia - Class in com.atlassian.renderer.embedded
Created by IntelliJ IDEA.
EmbeddedWindowsMedia(String) - Constructor for class com.atlassian.renderer.embedded.EmbeddedWindowsMedia
 
EmbeddedWindowsMedia(EmbeddedResourceParser) - Constructor for class com.atlassian.renderer.embedded.EmbeddedWindowsMedia
 
EmoticonRendererComponent - Class in com.atlassian.renderer.v2.components.phrase
 
EmoticonRendererComponent(IconManager) - Constructor for class com.atlassian.renderer.v2.components.phrase.EmoticonRendererComponent
 
EMOTICONS_PATH - Static variable in class com.atlassian.renderer.util.RendererProperties
 
EN_DASH - Static variable in class com.atlassian.renderer.v2.components.phrase.DashRendererComponent
 
enabled() - Method in class com.atlassian.renderer.v2.plugin.RendererComponentModuleDescriptor
 
endIndex - Variable in class com.atlassian.renderer.v2.components.MacroTag
 
equals(Object) - Method in class com.atlassian.renderer.links.BaseLink
 
equals(Object) - Method in class com.atlassian.renderer.links.Link
 
equals(Object) - Method in class com.atlassian.renderer.links.UnpermittedLink
 
equals(Object) - Method in class com.atlassian.renderer.RenderContext
 
equals(Object) - Method in class com.atlassian.renderer.RenderedContentStore
 
equals(Object) - Method in class com.atlassian.renderer.v2.components.MacroTag
 
equals(Object) - Method in class com.atlassian.renderer.v2.components.table.Table
 
equals(Object) - Method in class com.atlassian.renderer.v2.components.table.TableCell
 
equals(Object) - Method in class com.atlassian.renderer.v2.components.table.TableRow
 
equals(Object) - Method in class com.atlassian.renderer.v2.RenderMode
 
error(RenderContext, String, String, boolean) - Static method in class com.atlassian.renderer.v2.RenderUtils
 
error(String) - Static method in class com.atlassian.renderer.v2.RenderUtils
 
ERROR_CLASS_ATTR_VALUE - Static variable in class com.atlassian.renderer.wysiwyg.WysiwygLinkHelper
 
escapeAll(String, boolean) - Static method in class com.atlassian.renderer.v2.components.HtmlEscaper
Replaces the HTML "special characters" <, >, ", ', and & with their equivalent entities in HTML 4 and returns the result.
escapeAllExceptQuotes(String, boolean) - Static method in class com.atlassian.renderer.v2.components.HtmlEscaper
Does the same as HtmlEscaper.escapeAll(String,boolean), except doesn't replace the quotation mark characters " and '.
escapeAmpersands(String, boolean) - Static method in class com.atlassian.renderer.v2.components.HtmlEscaper
Replaces the HTML "special character" & with its equivalent entity in HTML 4 and returns the result.
escapeHtml(String, boolean) - Static method in class com.atlassian.renderer.v2.components.HtmlEscapeRendererComponent
Deprecated. since 3.12 see HtmlEscaper.escapeAllExceptQuotes(String, boolean)
escapeSpecialCharacters(String) - Static method in class com.atlassian.renderer.util.UrlUtil
Deprecated. since 3.12 use HtmlEscaper.escapeAmpersands(String,boolean) passing 'true' to preserveExistingEntities.
escapeUrlFirstCharacter(String) - Static method in class com.atlassian.renderer.util.UrlUtil
 
escapeWiki(String) - Static method in class com.atlassian.renderer.v2.components.BackslashEscapeRendererComponent
This method will escape with a backslash the characters that are rendered by the BackslashEscapeRendererComponent.render(java.lang.String, com.atlassian.renderer.RenderContext) method.
escapeWikiMarkup(String) - Static method in class com.atlassian.renderer.wysiwyg.WikiMarkupEscaper
 
execute(Writer, MacroParameter) - Method in class com.atlassian.renderer.macro.macros.AbstractPanelMacro
 
execute(Writer, MacroParameter) - Method in class com.atlassian.renderer.macro.macros.ColorMacro
 
execute(Writer, MacroParameter) - Method in class com.atlassian.renderer.macro.macros.QuoteMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.renderer.macro.RadeoxCompatibilityMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.renderer.v2.macro.basic.BasicAnchorMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.renderer.v2.macro.basic.ColorMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.renderer.v2.macro.basic.InlineHtmlMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.renderer.v2.macro.basic.LoremIpsumMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.renderer.v2.macro.basic.NoformatMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.renderer.v2.macro.basic.QuoteMacro
 
execute(Map, String, RenderContext) - Method in class com.atlassian.renderer.v2.macro.code.CodeMacro
 
execute(Map, String, RenderContext) - Method in interface com.atlassian.renderer.v2.macro.Macro
Execute the macro.
execute(Map, String, RenderContext) - Method in class com.atlassian.renderer.v2.macro.ResourceAwareMacroDecorator
 
executeMacro(String, Macro, Map, String, RenderContext) - Method in class com.atlassian.renderer.v2.components.MacroRendererComponent
 
EXTERNAL_ICON - Static variable in class com.atlassian.renderer.links.UrlLink
 
EXTERNAL_SHORTCUT_LINK - Static variable in class com.atlassian.renderer.util.RendererProperties
 
EXTRACTED_EXTERNAL_REFERENCES - Static variable in class com.atlassian.renderer.macro.RadeoxCompatibilityMacro
 
extractLinks(RenderContext, String) - Method in interface com.atlassian.renderer.links.LinkResolver
 
extractLinkTextList(String) - Method in interface com.atlassian.renderer.links.LinkResolver
 

F

F_ALL - Static variable in class com.atlassian.renderer.v2.RenderMode
Render everything
F_BACKSLASH_ESCAPE - Static variable in class com.atlassian.renderer.v2.RenderMode
Escape special characters preceded by a backslash
F_FIRST_PARA - Static variable in class com.atlassian.renderer.v2.RenderMode
Render a paragraph even if it is the first line of a block of content.
F_HTMLESCAPE - Static variable in class com.atlassian.renderer.v2.RenderMode
Escape characters that might be confused with HTML
F_IMAGES - Static variable in class com.atlassian.renderer.v2.RenderMode
Render explicit images
F_LINEBREAKS - Static variable in class com.atlassian.renderer.v2.RenderMode
Render newlines and forced linebreaks
F_LINKS - Static variable in class com.atlassian.renderer.v2.RenderMode
Render [links], free URLs and (if enabled) CamelCaseLinks
F_LISTS - Static variable in class com.atlassian.renderer.v2.RenderMode
Render lists
F_MACROS - Static variable in class com.atlassian.renderer.v2.RenderMode
Render macros
F_MACROS_ERR_MSG - Static variable in class com.atlassian.renderer.v2.RenderMode
Render an error message when a macro is not found
F_NONE - Static variable in class com.atlassian.renderer.v2.RenderMode
Render nothing
F_PARAGRAPHS - Static variable in class com.atlassian.renderer.v2.RenderMode
Render paragraph (you might also need RenderMode.F_FIRST_PARA
F_PHRASES - Static variable in class com.atlassian.renderer.v2.RenderMode
Render phrase markup - bold, italic etc.
F_PRESERVE_ENTITIES - Static variable in class com.atlassian.renderer.v2.RenderMode
Preserve HTML entities (i.e. don't escape the & in Ӓ) -- only meaningful when F_HTMLESCAPE is set
F_RESOLVE_TOKENS - Static variable in class com.atlassian.renderer.v2.RenderMode
Resolve tokens
F_TABLES - Static variable in class com.atlassian.renderer.v2.RenderMode
Render tables
F_TEMPLATE - Static variable in class com.atlassian.renderer.v2.RenderMode
Template variables
FEED - Static variable in interface com.atlassian.renderer.RenderContextOutputType
 
FILE_EXT_1 - Static variable in class com.atlassian.renderer.embedded.EmbeddedQuicktime
 
FILE_EXT_1 - Static variable in class com.atlassian.renderer.embedded.EmbeddedRealMedia
 
FILE_EXT_1 - Static variable in class com.atlassian.renderer.embedded.EmbeddedWindowsMedia
 
FILE_EXT_2 - Static variable in class com.atlassian.renderer.embedded.EmbeddedRealMedia
 
FILE_EXT_2 - Static variable in class com.atlassian.renderer.embedded.EmbeddedWindowsMedia
 
FILE_EXT_3 - Static variable in class com.atlassian.renderer.embedded.EmbeddedWindowsMedia
 
filename - Variable in class com.atlassian.renderer.embedded.EmbeddedResource
The filename of this resource.
FileTypeUtil - Class in com.atlassian.renderer.util
This class helps resolve properties about files.
FileTypeUtil() - Constructor for class com.atlassian.renderer.util.FileTypeUtil
 
findTag(String) - Method in class com.atlassian.renderer.wysiwyg.HtmlParserUtil
 
FORCED_NEWLINE_CLASS - Static variable in class com.atlassian.renderer.v2.components.phrase.ForceNewLineRendererComponent
This is the class given to force newlines.
FORCED_NEWLINE_TAG - Static variable in class com.atlassian.renderer.v2.components.phrase.ForceNewLineRendererComponent
This is the html produced when a double-backslash is encountered in the wiki markup.
ForceNewLineRendererComponent - Class in com.atlassian.renderer.v2.components.phrase
 
ForceNewLineRendererComponent() - Constructor for class com.atlassian.renderer.v2.components.phrase.ForceNewLineRendererComponent
 
format(String, String) - Method in class com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter
 
format(String, String) - Method in interface com.atlassian.renderer.v2.macro.code.SourceCodeFormatter
Convert source code into HTML.
FormatConverter - Class in com.atlassian.renderer.wysiwyg.converter
 

G

GenericLinkParser - Class in com.atlassian.renderer.links
 
GenericLinkParser(String) - Constructor for class com.atlassian.renderer.links.GenericLinkParser
 
get(String) - Method in class com.atlassian.renderer.RenderedContentStore
Get some content back, given the entire token that was returned from a previous 'add'
getAnchor() - Method in class com.atlassian.renderer.links.GenericLinkParser
 
getAnchor(RenderContext, String) - Method in class com.atlassian.renderer.v2.components.block.HeadingBlockRenderer
Default implementation that gets a simple anchor text.
getAnchor(RenderContext, String) - Static method in class com.atlassian.renderer.v2.macro.basic.BasicAnchorMacro
 
getAttachment(RenderContext, EmbeddedResource) - Method in interface com.atlassian.renderer.attachments.RendererAttachmentManager
 
getAttachment(RenderContext, EmbeddedResource) - Method in class com.atlassian.renderer.embedded.EmbeddedImageRenderer
 
getAttachmentManager() - Method in class com.atlassian.renderer.embedded.DefaultEmbeddedResourceRenderer
 
getAttachmentManager() - Method in class com.atlassian.renderer.embedded.EmbeddedImageRenderer
 
getAttachmentName() - Method in class com.atlassian.renderer.links.GenericLinkParser
 
getAttachmentsPath() - Method in class com.atlassian.renderer.RenderContext
 
getAttribute(Node, String) - Static method in class com.atlassian.renderer.util.NodeUtil
Retrieve the attribute value from the node.
getAttribute(Node, String) - Method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
Deprecated. As of release 4.1, use NodeUtil.getAttribute(org.w3c.dom.Node, String).
getAttribute(String) - Method in class com.atlassian.renderer.wysiwyg.NodeContext
Retrieve the attribute value from the node.
getAttribute(Node, String) - Method in interface com.atlassian.renderer.wysiwyg.WysiwygConverter
Deprecated. As of release 4.1, use NodeUtil.getAttribute(org.w3c.dom.Node, String).
getAuthor() - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
getAvailableLanguages() - Method in class com.atlassian.renderer.v2.macro.code.PluggableSourceCodeFormatterRepository
 
getAvailableLanguages() - Method in class com.atlassian.renderer.v2.macro.code.SimpleSourceCodeFormatterRepository
 
getAvailableLanguages() - Method in interface com.atlassian.renderer.v2.macro.code.SourceCodeFormatterRepository
 
getBaseUrl() - Method in class com.atlassian.renderer.RenderContext
Retrieve the confluence instances base url, useful when generating absolute references.
getBodyContent(MacroParameter) - Method in class com.atlassian.renderer.macro.macros.AbstractPanelMacro
What should the body content of the panel be? Override in subclasses
getBodyContent(Map, String, RenderContext) - Method in class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
 
getBodyContent(Map, String, RenderContext) - Method in class com.atlassian.renderer.v2.macro.basic.NoformatMacro
 
getBodyRenderMode() - Method in class com.atlassian.renderer.macro.RadeoxCompatibilityMacro
 
getBodyRenderMode() - Method in class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
 
getBodyRenderMode() - Method in class com.atlassian.renderer.v2.macro.basic.BasicAnchorMacro
 
getBodyRenderMode() - Method in class com.atlassian.renderer.v2.macro.basic.ColorMacro
 
getBodyRenderMode() - Method in class com.atlassian.renderer.v2.macro.basic.InlineHtmlMacro
 
getBodyRenderMode() - Method in class com.atlassian.renderer.v2.macro.basic.LoremIpsumMacro
 
getBodyRenderMode() - Method in class com.atlassian.renderer.v2.macro.basic.NoformatMacro
 
getBodyRenderMode() - Method in class com.atlassian.renderer.v2.macro.basic.QuoteMacro
 
getBodyRenderMode() - Method in class com.atlassian.renderer.v2.macro.code.CodeMacro
 
getBodyRenderMode() - Method in interface com.atlassian.renderer.v2.macro.Macro
If the macro has a body, return the mode in which the body of the macro should be rendered.
getBodyRenderMode() - Method in class com.atlassian.renderer.v2.macro.ResourceAwareMacroDecorator
 
getBooleanAttributeValue(Node, String, boolean) - Static method in class com.atlassian.renderer.util.NodeUtil
Retrieve the value of an attribute for a node as a boolean.
getBooleanAttributeValue(String, boolean) - Method in class com.atlassian.renderer.wysiwyg.NodeContext
Retrieve the value of an attribute from the node as a boolean.
getCells() - Method in class com.atlassian.renderer.v2.components.table.TableRow
 
getCharacterEncoding() - Method in class com.atlassian.renderer.RenderContext
 
getCharacterEncoding() - Method in interface com.atlassian.renderer.RendererConfiguration
Will return the character encoding for the current application.
getComment() - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
getComponentInstance(Map) - Method in interface com.atlassian.renderer.v2.plugin.RendererComponentFactory
Get an instance of the component.
getContent() - Method in class com.atlassian.renderer.v2.components.table.TableCell
 
getContentId() - Method in class com.atlassian.renderer.links.GenericLinkParser
Gets the content id parsed.
getContentType() - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
getContentType(String) - Static method in class com.atlassian.renderer.util.FileTypeUtil
 
getContentType(File) - Static method in class com.atlassian.renderer.util.FileTypeUtil
This probably has an issue with files named with upper case suffixes, as fileTypeMap.getContentType("foo.PNG") doesn't work.
getCreated() - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
getDefaultRenderer(String) - Static method in class com.atlassian.renderer.v2.components.phrase.PhraseRendererComponent
 
getDescription() - Method in class com.atlassian.renderer.macro.BaseMacro
 
getDestinationTitle() - Method in class com.atlassian.renderer.links.GenericLinkParser
Gets the title of the destination content.
getDocument() - Method in class com.atlassian.renderer.wysiwyg.HtmlParserUtil
 
getDocumentFragment() - Method in class com.atlassian.renderer.wysiwyg.HtmlParserUtil
 
getEmbeddedResourceRenderer() - Method in class com.atlassian.renderer.RenderContext
Retrieve the embedded resource renderer for this rendering run.
getEmoticon(String) - Method in class com.atlassian.renderer.DefaultIconManager
Retrieve an emoticon for a particular icon name.
getEmoticon(String) - Method in interface com.atlassian.renderer.IconManager
 
getEmoticonsMap() - Method in class com.atlassian.renderer.DefaultIconManager
 
getEmoticonSymbols() - Method in class com.atlassian.renderer.DefaultIconManager
Retrieve all the available emoticon symbols
getEmoticonSymbols() - Method in interface com.atlassian.renderer.IconManager
 
getEnabledMacro(String) - Method in class com.atlassian.renderer.v2.macro.DefaultMacroManager
 
getEnabledMacro(String) - Method in interface com.atlassian.renderer.v2.macro.MacroManager
Get the first enabled macro we can find with the given name from all our enabled libraries.
getEndTag() - Method in class com.atlassian.renderer.v2.components.MacroTag
 
getExternalReferences() - Method in class com.atlassian.renderer.RenderContext
 
getFileName() - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
getFilename() - Method in class com.atlassian.renderer.embedded.EmbeddedResource
 
getFilename() - Method in class com.atlassian.renderer.embedded.EmbeddedResourceParser
 
getFirstChildNodeContext() - Method in class com.atlassian.renderer.wysiwyg.NodeContext
 
getFormatter() - Method in class com.atlassian.renderer.v2.macro.code.SourceCodeFormatterModuleDescriptor
 
getFromRenderContext(RenderContext) - Static method in class com.atlassian.renderer.RenderedContentStore
Retrieve the store from the render context.
getIconName() - Method in class com.atlassian.renderer.links.Link
A name that the renderer can use to look up an appropriate icon.
getIconsMap() - Method in class com.atlassian.renderer.DefaultIconManager
 
getId() - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
getImagePath() - Method in class com.atlassian.renderer.RenderContext
Get the URL path to the image directory for this rendering.
getInstance() - Static method in class com.atlassian.renderer.v2.macro.basic.validator.BorderStyleValidator
 
getInstance() - Static method in class com.atlassian.renderer.v2.macro.basic.validator.ColorStyleValidator
 
getInstance() - Static method in class com.atlassian.renderer.v2.macro.basic.validator.CssSizeValidator
 
getInstance() - Static method in class com.atlassian.renderer.v2.macro.basic.validator.WidthSizeValidator
 
getLinkAttributes() - Method in class com.atlassian.renderer.links.Link
This is a method that will allow a link to set any additional attributes that are related to the specific link type.
getLinkBody() - Method in class com.atlassian.renderer.links.GenericLinkParser
 
getLinkBody() - Method in class com.atlassian.renderer.links.Link
Get the contents that are being marked up by the link
getLinkBody() - Method in class com.atlassian.renderer.links.UnpermittedLink
 
getLinkDecoration(String) - Method in class com.atlassian.renderer.DefaultIconManager
Retrieve a link decoration for a particular icon name.
getLinkDecoration(String) - Method in interface com.atlassian.renderer.IconManager
 
getLinkInfoAttributes(Link) - Static method in class com.atlassian.renderer.wysiwyg.WysiwygLinkHelper
 
getLinkRenderer() - Method in class com.atlassian.renderer.RenderContext
Retrieve the link renderer for this rendering run
getLinkTitle() - Method in class com.atlassian.renderer.links.GenericLinkParser
 
getLinkTitle(Link) - Method in class com.atlassian.renderer.v2.V2LinkRenderer
 
getListContext() - Method in class com.atlassian.renderer.wysiwyg.NodeContext
 
getMacro() - Method in class com.atlassian.renderer.v2.macro.ResourceAwareMacroDecorator
 
getMacroInfoHtml(RenderContext, String, int, int) - Method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
Deprecated. This method seems unused in renderer and will probably be removed in a future version.
getMacroInfoHtml(RenderContext, String, int, int) - Method in interface com.atlassian.renderer.wysiwyg.WysiwygConverter
 
getMacroName(Node) - Static method in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
Retrieves the macro name from the given node.
getMessages() - Method in class com.atlassian.renderer.wysiwyg.DefaultTidyMessageListener
 
getModule() - Method in class com.atlassian.renderer.v2.macro.code.SourceCodeFormatterModuleDescriptor
 
getModule() - Method in class com.atlassian.renderer.v2.plugin.RendererComponentModuleDescriptor
 
getName() - Method in class com.atlassian.renderer.macro.macros.ColorMacro
 
getName() - Method in class com.atlassian.renderer.macro.macros.PanelMacro
 
getName() - Method in class com.atlassian.renderer.macro.macros.QuoteMacro
 
getNextSiblingNodeContext() - Method in class com.atlassian.renderer.wysiwyg.NodeContext
 
getNode() - Method in class com.atlassian.renderer.wysiwyg.NodeContext
 
getNotLinkBody() - Method in class com.atlassian.renderer.links.GenericLinkParser
 
getOriginalLinkText() - Method in class com.atlassian.renderer.embedded.EmbeddedResource
Retrieve the original embedded resource text.
getOriginalLinkText() - Method in class com.atlassian.renderer.links.GenericLinkParser
 
getOriginalLinkText() - Method in class com.atlassian.renderer.links.Link
Get the original text used to build this link
getOriginalParser() - Method in class com.atlassian.renderer.links.BaseLink
 
getOriginalText() - Method in class com.atlassian.renderer.embedded.EmbeddedResourceParser
 
getOutputType() - Method in class com.atlassian.renderer.RenderContext
Returns the output type that is configured for the PageContext
getPage() - Method in class com.atlassian.renderer.embedded.EmbeddedResource
The name of the page this resource is attached to.
getPage() - Method in class com.atlassian.renderer.embedded.EmbeddedResourceParser
 
getPanelContentCSSClass() - Method in class com.atlassian.renderer.macro.macros.AbstractPanelMacro
 
getPanelContentCSSClass() - Method in class com.atlassian.renderer.macro.macros.PanelMacro
 
getPanelContentCSSClass() - Method in class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
 
getPanelContentCSSClass() - Method in class com.atlassian.renderer.v2.macro.basic.NoformatMacro
 
getPanelContentCSSClass() - Method in class com.atlassian.renderer.v2.macro.basic.PanelMacro
 
getPanelContentCSSClass() - Method in class com.atlassian.renderer.v2.macro.code.CodeMacro
 
getPanelCSSClass() - Method in class com.atlassian.renderer.macro.macros.AbstractPanelMacro
 
getPanelCSSClass() - Method in class com.atlassian.renderer.macro.macros.PanelMacro
 
getPanelCSSClass() - Method in class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
 
getPanelCSSClass() - Method in class com.atlassian.renderer.v2.macro.basic.NoformatMacro
 
getPanelCSSClass() - Method in class com.atlassian.renderer.v2.macro.basic.PanelMacro
 
getPanelCSSClass() - Method in class com.atlassian.renderer.v2.macro.code.CodeMacro
 
getPanelHeaderCSSClass() - Method in class com.atlassian.renderer.macro.macros.AbstractPanelMacro
 
getPanelHeaderCSSClass() - Method in class com.atlassian.renderer.macro.macros.PanelMacro
 
getPanelHeaderCSSClass() - Method in class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
 
getPanelHeaderCSSClass() - Method in class com.atlassian.renderer.v2.macro.basic.NoformatMacro
 
getPanelHeaderCSSClass() - Method in class com.atlassian.renderer.v2.macro.basic.PanelMacro
 
getPanelHeaderCSSClass() - Method in class com.atlassian.renderer.v2.macro.code.CodeMacro
 
getParam(Object) - Method in class com.atlassian.renderer.RenderContext
 
getParamDescription() - Method in class com.atlassian.renderer.macro.macros.AbstractPanelMacro
 
getParamDescription() - Method in class com.atlassian.renderer.macro.macros.ColorMacro
 
getParameter(Map, String, int) - Static method in class com.atlassian.renderer.v2.RenderUtils
 
getParams() - Method in class com.atlassian.renderer.RenderContext
 
getPath() - Method in class com.atlassian.renderer.Icon
 
getPreviousSibling() - Method in class com.atlassian.renderer.wysiwyg.NodeContext
 
getProperties() - Method in class com.atlassian.renderer.embedded.EmbeddedResource
 
getProperties() - Method in class com.atlassian.renderer.embedded.EmbeddedResourceParser
 
getQueryParameters(String) - Static method in class com.atlassian.renderer.util.UrlUtil
Returns a map of query parameters extracted the given url.
getRadeoxMacro() - Method in class com.atlassian.renderer.macro.RadeoxCompatibilityMacro
 
getRawChildText(Node, boolean) - Static method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
Return the text content of a node, adding newlines for <br> and <p> tags
getRawChildTextWithoutReplacement(Node) - Static method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
Return the text content of a node, WITHOUT adding newlines for <br> and <p> tags
getRenderedContentStore() - Method in class com.atlassian.renderer.RenderContext
Get this rendering's RenderedContentStore
getRendererComponent() - Method in interface com.atlassian.renderer.v2.components.PluggableRendererComponentFactory
Constructs a RendererComponent.
getRendererType() - Method in class com.atlassian.renderer.v2.plugin.PluggableV2Renderer
This renderer identifies as a V2Renderer.
getRendererType() - Method in interface com.atlassian.renderer.v2.Renderer
Returns a unique type that describes the renderer.
getRendererType() - Method in class com.atlassian.renderer.v2.V2Renderer
 
getRendererType() - Method in class com.atlassian.renderer.v2.V2SubRenderer
 
getRenderMap() - Method in class com.atlassian.renderer.embedded.DefaultEmbeddedResourceRenderer
 
getRenderMode() - Method in class com.atlassian.renderer.RenderContext
Get the current render mode.
getResource() - Method in class com.atlassian.renderer.embedded.EmbeddedResourceParser
 
getResourcePath() - Method in class com.atlassian.renderer.macro.BaseMacro
 
getResourcePath() - Method in interface com.atlassian.renderer.v2.macro.ResourceAware
 
getResourcePath() - Method in class com.atlassian.renderer.v2.macro.ResourceAwareMacroDecorator
 
getSep(Node, String, boolean, boolean) - Method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
Deprecated. Since 5.0. Use DefaultWysiwygConverter.getSeparator(String, NodeContext) instead.
getSep(Node, String, boolean, boolean) - Method in interface com.atlassian.renderer.wysiwyg.WysiwygConverter
 
getSeparator(String, NodeContext) - Method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
getShortcutName() - Method in class com.atlassian.renderer.links.GenericLinkParser
Returns the name of the shortcut.
getShortcutValue() - Method in class com.atlassian.renderer.links.GenericLinkParser
Returns the value of the shortcut.
getSiteRoot() - Method in class com.atlassian.renderer.RenderContext
Get the root URL of the site on which the rendering is occurring
getSourceCodeFormatter(String) - Method in class com.atlassian.renderer.v2.macro.code.PluggableSourceCodeFormatterRepository
 
getSourceCodeFormatter(String) - Method in class com.atlassian.renderer.v2.macro.code.SimpleSourceCodeFormatterRepository
 
getSourceCodeFormatter(String) - Method in interface com.atlassian.renderer.v2.macro.code.SourceCodeFormatterRepository
 
getSpace() - Method in class com.atlassian.renderer.embedded.EmbeddedResource
The name of the space this resource is attached to.
getSpace() - Method in class com.atlassian.renderer.embedded.EmbeddedResourceParser
 
getSpaceKey() - Method in class com.atlassian.renderer.links.GenericLinkParser
 
getSrc() - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
getStack() - Method in class com.atlassian.renderer.wysiwyg.ListContext
 
getStyles() - Method in class com.atlassian.renderer.wysiwyg.NodeContext
 
getStyles() - Method in class com.atlassian.renderer.wysiwyg.Styles
 
getSubRenderer() - Method in class com.atlassian.renderer.v2.components.MacroRendererComponent
 
getSubRenderer() - Method in class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
 
getSupportedLanguages() - Method in class com.atlassian.renderer.v2.macro.code.formatter.ActionScriptFormatter
 
getSupportedLanguages() - Method in class com.atlassian.renderer.v2.macro.code.formatter.JavaFormatter
 
getSupportedLanguages() - Method in class com.atlassian.renderer.v2.macro.code.formatter.JavaScriptFormatter
 
getSupportedLanguages() - Method in class com.atlassian.renderer.v2.macro.code.formatter.NoneFormatter
 
getSupportedLanguages() - Method in class com.atlassian.renderer.v2.macro.code.formatter.SqlFormatter
 
getSupportedLanguages() - Method in class com.atlassian.renderer.v2.macro.code.formatter.XmlFormatter
 
getSupportedLanguages() - Method in interface com.atlassian.renderer.v2.macro.code.SourceCodeFormatter
Inform the CodeMacro which languages this formatter supports.
getText(Node) - Method in class com.atlassian.renderer.wysiwyg.HtmlParserUtil
 
getTextConverterComponents() - Method in class com.atlassian.renderer.v2.plugin.PluggableWysiwygConverter
 
getTextConverterComponents() - Method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
Can be overridden to provide a different list of content escapers.
getThumbnail(RendererAttachment, RenderContext, EmbeddedImage) - Method in interface com.atlassian.renderer.attachments.RendererAttachmentManager
 
getThumbnail(RendererAttachment, RenderContext, EmbeddedImage) - Method in class com.atlassian.renderer.embedded.EmbeddedImageRenderer
 
getTitle() - Method in class com.atlassian.renderer.links.Link
Get the link title text
getTitle() - Method in class com.atlassian.renderer.links.UnpermittedLink
 
getTitle() - Method in class com.atlassian.renderer.links.UnresolvedLink
 
getTitle(MacroParameter) - Method in class com.atlassian.renderer.macro.macros.AbstractPanelMacro
What should the title of the panel be? Override in subclasses
getTitle(Map, String, RenderContext) - Method in class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
 
getTitleArgs() - Method in class com.atlassian.renderer.links.Link
Retrieves the arguments to use in the internationalised message identified by Link.getTitleKey()
getTitleArgs() - Method in class com.atlassian.renderer.links.UnresolvedLink
 
getTitleKey() - Method in class com.atlassian.renderer.links.Link
Retrieve the i18n key for the title if defined.
getTitleKey() - Method in class com.atlassian.renderer.links.UnresolvedLink
 
getTokenMarker() - Method in enum com.atlassian.renderer.RenderedContentStore.TokenType
An unlikely-to-appear-in-real-text token, for use in content replacement.
getType() - Method in class com.atlassian.renderer.embedded.EmbeddedResource
Retrieve the resource mime type, or null if the type is unknown.
getType() - Method in class com.atlassian.renderer.embedded.EmbeddedResourceParser
 
getUnpermittedLinkBody() - Method in class com.atlassian.renderer.links.Link
Get the link body as it would be displayed if the link wasn't permitted to be viewed
getUrl() - Method in class com.atlassian.renderer.embedded.EmbeddedResource
 
getUrl() - Method in class com.atlassian.renderer.links.Link
Get the destination URL for this link.
getUrl() - Method in class com.atlassian.renderer.links.UnpermittedLink
 
getUrl() - Method in class com.atlassian.renderer.links.UnresolvedLink
 
getUrlIndex(String) - Static method in class com.atlassian.renderer.util.UrlUtil
 
getValue(String) - Method in class com.atlassian.renderer.v2.macro.basic.validator.ValidatedMacroParameters
Returns the value of the parameter from the underlying parameter map, or throws an exception if the value does not pass the validation for that parameter configured by ValidatedMacroParameters.setValidator(String,ParameterValidator).
getWebAppContextPath() - Method in interface com.atlassian.renderer.RendererConfiguration
Returns the context path of the running web application.
getWeight() - Method in class com.atlassian.renderer.v2.plugin.RendererComponentModuleDescriptor
 
getWikiDestination() - Method in class com.atlassian.renderer.links.Link
Gets the destination portion of the Link.originalLinkText.
getWikiDestination() - Method in class com.atlassian.renderer.links.UnpermittedLink
 
getWikiDestination() - Method in class com.atlassian.renderer.links.UnresolvedLink
 
getWikiTitle() - Method in class com.atlassian.renderer.links.Link
Gets the optional title portion of the Link.originalLinkText.
getWikiTitle() - Method in class com.atlassian.renderer.links.UnpermittedLink
 
getWikiTitle() - Method in class com.atlassian.renderer.links.UnresolvedLink
 
getWrappedLink() - Method in class com.atlassian.renderer.links.UnpermittedLink
 
getWrapPrefix() - Method in class com.atlassian.renderer.attachments.RendererAttachment
 

H

handleMacro(StringBuffer, MacroTag, String) - Method in interface com.atlassian.renderer.v2.components.WikiContentHandler
Handle macro and output the result into the passed buffer.
handleMacro(StringBuffer, MacroTag, String) - Method in class com.atlassian.renderer.v2.components.WikiContentRendererHandler
 
handleText(StringBuffer, String) - Method in interface com.atlassian.renderer.v2.components.WikiContentHandler
Handle text, i.e.
handleText(StringBuffer, String) - Method in class com.atlassian.renderer.v2.components.WikiContentRendererHandler
 
handleUrlLink(Link, RenderContext, String) - Method in class com.atlassian.renderer.v2.components.UrlRendererComponent
 
hasBody() - Method in class com.atlassian.renderer.macro.RadeoxCompatibilityMacro
 
hasBody() - Method in class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
 
hasBody() - Method in class com.atlassian.renderer.v2.macro.basic.BasicAnchorMacro
 
hasBody() - Method in class com.atlassian.renderer.v2.macro.basic.ColorMacro
 
hasBody() - Method in class com.atlassian.renderer.v2.macro.basic.InlineHtmlMacro
 
hasBody() - Method in class com.atlassian.renderer.v2.macro.basic.LoremIpsumMacro
 
hasBody() - Method in class com.atlassian.renderer.v2.macro.basic.QuoteMacro
 
hasBody() - Method in interface com.atlassian.renderer.v2.macro.Macro
Determine if the macro is a one-shot macro, or one that takes a body.
hasBody() - Method in class com.atlassian.renderer.v2.macro.ResourceAwareMacroDecorator
 
hashCode() - Method in class com.atlassian.renderer.links.BaseLink
 
hashCode() - Method in class com.atlassian.renderer.links.Link
 
hashCode() - Method in class com.atlassian.renderer.links.UnpermittedLink
 
hashCode() - Method in class com.atlassian.renderer.RenderContext
 
hashCode() - Method in class com.atlassian.renderer.RenderedContentStore
 
hashCode() - Method in class com.atlassian.renderer.v2.components.MacroTag
 
hashCode() - Method in class com.atlassian.renderer.v2.components.table.Table
 
hashCode() - Method in class com.atlassian.renderer.v2.components.table.TableCell
 
hashCode() - Method in class com.atlassian.renderer.v2.components.table.TableRow
 
hashCode() - Method in class com.atlassian.renderer.v2.RenderMode
 
hasNext() - Method in class com.atlassian.renderer.v2.components.block.LineWalker
 
HeadingBlockRenderer - Class in com.atlassian.renderer.v2.components.block
 
HeadingBlockRenderer() - Constructor for class com.atlassian.renderer.v2.components.block.HeadingBlockRenderer
 
height - Variable in class com.atlassian.renderer.Icon
 
HEX_LONG_COLOR_MATCH - Static variable in class com.atlassian.renderer.v2.macro.basic.validator.ColorStyleValidator
 
HEX_SHORT_COLOR_PATTERN - Static variable in class com.atlassian.renderer.v2.macro.basic.validator.ColorStyleValidator
 
HorizontalRuleBlockRenderer - Class in com.atlassian.renderer.v2.components.block
 
HorizontalRuleBlockRenderer() - Constructor for class com.atlassian.renderer.v2.components.block.HorizontalRuleBlockRenderer
 
HTML_ENTITY_PATTERN - Static variable in class com.atlassian.renderer.v2.components.HtmlEntityRendererComponent
 
HTML_EXPORT - Static variable in interface com.atlassian.renderer.RenderContextOutputType
 
HtmlEntityRendererComponent - Class in com.atlassian.renderer.v2.components
Html entities such as &nbsp;, &amp;, &#133; (…) etc, don't actually need to be transformed to html, since they are already html, but tokenising them early means that nothing else can accidentally corrupt them, and we don't need insanely complex regular expressions elsewhere to avoid that corruption.
HtmlEntityRendererComponent() - Constructor for class com.atlassian.renderer.v2.components.HtmlEntityRendererComponent
 
htmlEscape() - Method in class com.atlassian.renderer.v2.RenderMode
 
HtmlEscaper - Class in com.atlassian.renderer.v2.components
 
HtmlEscapeRendererComponent - Class in com.atlassian.renderer.v2.components
 
HtmlEscapeRendererComponent() - Constructor for class com.atlassian.renderer.v2.components.HtmlEscapeRendererComponent
 
HtmlParserUtil - Class in com.atlassian.renderer.wysiwyg
Utility class for using NekoHTML http://people.apache.org/~andyc/neko/doc/html/index.html
HtmlParserUtil(String) - Constructor for class com.atlassian.renderer.wysiwyg.HtmlParserUtil
 
HtmlParserUtil(InputStream) - Constructor for class com.atlassian.renderer.wysiwyg.HtmlParserUtil
 

I

Icon - Class in com.atlassian.renderer
Encapsulates an icon the renderer has to draw, for example a link decoration or emoticon.
ICON_LEFT - Static variable in class com.atlassian.renderer.Icon
The icon is drawn to the left of the content it is decorating (i.e.
ICON_PARAMETER - Static variable in class com.atlassian.renderer.embedded.PlaceholderImageRenderer
Key of the parameter to add to the RenderContext via RenderContext.addParam(Object, Object) for the image that will be used in place of movies and missing attachment files in the RTE.
ICON_RIGHT - Static variable in class com.atlassian.renderer.Icon
The icon is drawn to the right of the content it is decorating (i.e.
IconManager - Interface in com.atlassian.renderer
 
iconName - Variable in class com.atlassian.renderer.links.Link
 
ICONS_PATH - Static variable in class com.atlassian.renderer.util.RendererProperties
 
ignoreText(boolean) - Method in class com.atlassian.renderer.wysiwyg.NodeContext.Builder
 
IMAGE_TEMPLATE - Static variable in class com.atlassian.renderer.Icon
Template for converting an image to an HTML img tag
init(ModuleDescriptor) - Method in interface com.atlassian.renderer.v2.components.PluggableRendererComponentFactory
Initialises the RendererComponentFactory, with parameters provided by a plugin module descriptor.
init(Plugin, Element) - Method in class com.atlassian.renderer.v2.plugin.RendererComponentModuleDescriptor
 
init(DOMFragmentParser) - Method in class com.atlassian.renderer.wysiwyg.HtmlParserUtil
 
INLINE - Static variable in class com.atlassian.renderer.v2.RenderMode
Render things you'd normally find inside a paragraph
INLINE_TOKEN - Static variable in class com.atlassian.renderer.RenderedContentStore
An unlikely-to-appear-in-real-text token, for use in inline content replacement
INLINE_TOKEN_PATTERN_STR - Static variable in class com.atlassian.renderer.v2.components.TokenRendererComponent
 
InlineHtmlMacro - Class in com.atlassian.renderer.v2.macro.basic
A macro to include verbatim HTML in a page.
InlineHtmlMacro() - Constructor for class com.atlassian.renderer.v2.macro.basic.InlineHtmlMacro
 
INSTANCE - Static variable in class com.atlassian.renderer.wysiwyg.converter.FormatConverter
 
instantiateComponentClass() - Method in class com.atlassian.renderer.v2.plugin.RendererComponentModuleDescriptor
Create a new instance of the module class.
INVALID_END_CHARS - Static variable in class com.atlassian.renderer.v2.components.UrlRendererComponent
 
invokeConvert(WysiwygNodeConverter, WysiwygConverter) - Method in class com.atlassian.renderer.wysiwyg.NodeContext
 
isAliasSpecified() - Method in class com.atlassian.renderer.links.Link
Returns true if the link markup specifies an alias.
isAliasSpecified() - Method in class com.atlassian.renderer.links.UnpermittedLink
 
isAliasSpecified() - Method in class com.atlassian.renderer.links.UnresolvedLink
 
isAllowCamelCase() - Method in interface com.atlassian.renderer.RendererConfiguration
If this method returns true then camelCase links will be allowed and generated.
isBlank(String) - Static method in class com.atlassian.renderer.v2.RenderUtils
 
isEscapeWikiMarkup() - Method in class com.atlassian.renderer.wysiwyg.NodeContext
 
isExternal() - Method in class com.atlassian.renderer.embedded.EmbeddedResource
Returns true if the resource is external to confluence.
isExternal() - Method in class com.atlassian.renderer.embedded.EmbeddedResourceParser
 
isHeader() - Method in class com.atlassian.renderer.v2.components.table.TableCell
 
isIgnoreText() - Method in class com.atlassian.renderer.wysiwyg.NodeContext
 
isInline() - Method in class com.atlassian.renderer.macro.RadeoxCompatibilityMacro
 
isInline() - Method in class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
 
isInline() - Method in class com.atlassian.renderer.v2.macro.basic.BasicAnchorMacro
 
isInline() - Method in class com.atlassian.renderer.v2.macro.basic.ColorMacro
 
isInline() - Method in class com.atlassian.renderer.v2.macro.basic.InlineHtmlMacro
 
isInline() - Method in class com.atlassian.renderer.v2.macro.basic.LoremIpsumMacro
 
isInline() - Method in class com.atlassian.renderer.v2.macro.basic.QuoteMacro
 
isInline() - Method in interface com.atlassian.renderer.v2.macro.Macro
Determine if the macro is an "inline" element in the resulting HTML.
isInline() - Method in class com.atlassian.renderer.v2.macro.ResourceAwareMacroDecorator
 
isInList() - Method in class com.atlassian.renderer.wysiwyg.ListContext
 
isInListItem() - Method in class com.atlassian.renderer.wysiwyg.NodeContext
 
isInTable() - Method in class com.atlassian.renderer.wysiwyg.NodeContext
 
isInternal() - Method in class com.atlassian.renderer.embedded.EmbeddedResource
Returns true if this resource is internal to confluence.
isList(Node) - Static method in class com.atlassian.renderer.util.NodeUtil
 
isMacroBody(Node) - Static method in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
Returns true if the node is a macro body node.
isMacroTag(Node) - Static method in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
Returns true if the node is a macro body node.
isNewlineAfter() - Method in class com.atlassian.renderer.v2.components.MacroTag
 
isNewlineBefore() - Method in class com.atlassian.renderer.v2.components.MacroTag
 
isNofollowExternalLinks() - Method in interface com.atlassian.renderer.RendererConfiguration
If this method returns true then external links will be generated with the rel=nofollow attribute.
isRelativeUrl() - Method in class com.atlassian.renderer.links.Link
Is the URL relativeUrl to the application's context path?
isRelativeUrl() - Method in class com.atlassian.renderer.links.UnpermittedLink
 
isRelativeUrl() - Method in class com.atlassian.renderer.links.UnresolvedLink
 
isRenderingForWysiwyg() - Method in class com.atlassian.renderer.RenderContext
 
isTextNode(Node) - Static method in class com.atlassian.renderer.util.NodeUtil
 
isThumbNail() - Method in class com.atlassian.renderer.embedded.EmbeddedImage
 
isUserNewline(Node) - Static method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
isValid() - Method in class com.atlassian.renderer.v2.macro.basic.CssSizeValue
Returns true if a size value can be parsed.
ITALIC - Static variable in class com.atlassian.renderer.wysiwyg.Styles
 

J

JavaFormatter - Class in com.atlassian.renderer.v2.macro.code.formatter
 
JavaFormatter() - Constructor for class com.atlassian.renderer.v2.macro.code.formatter.JavaFormatter
 
JavaScriptFormatter - Class in com.atlassian.renderer.v2.macro.code.formatter
 
JavaScriptFormatter() - Constructor for class com.atlassian.renderer.v2.macro.code.formatter.JavaScriptFormatter
 

K

KEYWORD_REPLACEMENT - Static variable in class com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter
 

L

LINE_COMMENTS - Static variable in class com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter
 
LineWalker - Class in com.atlassian.renderer.v2.components.block
Iterates over a String line by line.
LineWalker(String) - Constructor for class com.atlassian.renderer.v2.components.block.LineWalker
 
Link - Class in com.atlassian.renderer.links
A link that can be rendered in a page.
Link(String) - Constructor for class com.atlassian.renderer.links.Link
Construct a link from some text (as passed into LinkResolver#createLink)
linkBody - Variable in class com.atlassian.renderer.links.Link
The contents that are being marked up by the link.
LinkBodyRenderer - Interface in com.atlassian.renderer.links
A simple little interface to allow us to plug renderers for link bodies.
LinkContext - Interface in com.atlassian.renderer.links
Marker interface for the context in which a link is being rendered
LinkDecorator - Class in com.atlassian.renderer.v2.components.link
 
LinkDecorator(Link) - Constructor for class com.atlassian.renderer.v2.components.link.LinkDecorator
 
LinkRenderer - Interface in com.atlassian.renderer.links
Implemented by the renderer to convert a Link object into something that makes sense in the rendered context.
LinkRendererComponent - Class in com.atlassian.renderer.v2.components
 
LinkRendererComponent(LinkResolver) - Constructor for class com.atlassian.renderer.v2.components.LinkRendererComponent
 
LinkResolver - Interface in com.atlassian.renderer.links
Converts some arbitrary text (i.e.
LINKS_ONLY - Static variable in class com.atlassian.renderer.v2.RenderMode
Render only links (usually for link extraction)
LIST_ITEM - Static variable in class com.atlassian.renderer.v2.RenderMode
Render mode for contents of a list item
LIST_TYPES - Static variable in class com.atlassian.renderer.v2.components.list.ListBlockRenderer
 
ListBlockRenderer - Class in com.atlassian.renderer.v2.components.list
 
ListBlockRenderer() - Constructor for class com.atlassian.renderer.v2.components.list.ListBlockRenderer
 
ListContext - Class in com.atlassian.renderer.wysiwyg
Created by IntelliJ IDEA.
ListContext(String, ListContext) - Constructor for class com.atlassian.renderer.wysiwyg.ListContext
 
ListContext() - Constructor for class com.atlassian.renderer.wysiwyg.ListContext
 
ListContext(String) - Constructor for class com.atlassian.renderer.wysiwyg.ListContext
 
log - Static variable in class com.atlassian.renderer.macro.RadeoxCompatibilityMacro
 
log - Static variable in class com.atlassian.renderer.v2.macro.code.SourceCodeFormatterModuleDescriptor
 
log - Static variable in class com.atlassian.renderer.v2.V2Renderer
 
LoremIpsumMacro - Class in com.atlassian.renderer.v2.macro.basic
A macro to spit out chunks of Lorem Ipsum - see www.lipsum.org
LoremIpsumMacro() - Constructor for class com.atlassian.renderer.v2.macro.basic.LoremIpsumMacro
 

M

Macro - Interface in com.atlassian.renderer.macro
 
Macro - Interface in com.atlassian.renderer.v2.macro
A pluggable, programmatic module for inserting interesting things into a wiki page.
MACRO_CLASS - Static variable in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
 
MACRO_HAS_BODY_ATTRIBUTE - Static variable in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
 
MACRO_HAS_NEWLINE_AFTER_BODY_ATTRIBUTE - Static variable in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
 
MACRO_HAS_NEWLINE_BEFORE_BODY_ATTRIBUTE - Static variable in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
 
MACRO_HAS_PRECEDING_NEWLINE_ATTRIBUTE - Static variable in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
 
MACRO_HAS_TRAILING_NEWLINE_ATTRIBUTE - Static variable in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
 
MACRO_NAME_ATTRIBUTE - Static variable in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
 
MACRO_PADDING_CLASS - Static variable in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
Class given to paragraphs whose purpose is to allow somewhere for the cursor to go after a macro.
MACRO_START_TAG_ATTRIBUTE - Static variable in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
 
MACRO_TAG_PARAM - Static variable in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
 
MacroBodyConverter - Interface in com.atlassian.renderer.wysiwyg
Macros should implement this interface if they want to take full control of just converting the body from xhtml to wiki markup.
MacroException - Exception in com.atlassian.renderer.v2.macro
A macro exception means that a macro has failed to execute successfully, but that this is not a problem with Confluence itself.
MacroException() - Constructor for exception com.atlassian.renderer.v2.macro.MacroException
 
MacroException(String) - Constructor for exception com.atlassian.renderer.v2.macro.MacroException
 
MacroException(String, Throwable) - Constructor for exception com.atlassian.renderer.v2.macro.MacroException
 
MacroException(Throwable) - Constructor for exception com.atlassian.renderer.v2.macro.MacroException
 
MacroManager - Interface in com.atlassian.renderer.v2.macro
 
MacroParameterValidationException - Exception in com.atlassian.renderer.v2.macro.basic.validator
Thrown when a macro parameter doesn't pass validation.
MacroParameterValidationException(String) - Constructor for exception com.atlassian.renderer.v2.macro.basic.validator.MacroParameterValidationException
 
MacroRendererComponent - Class in com.atlassian.renderer.v2.components
 
MacroRendererComponent(MacroManager, SubRenderer) - Constructor for class com.atlassian.renderer.v2.components.MacroRendererComponent
 
MACROS_ONLY - Static variable in class com.atlassian.renderer.v2.RenderMode
Render mode for macros only
macrosToIgnore - Variable in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
This contains a set of macro names which we don't add to the markup, because they are handled in other ways.
MacroTag - Class in com.atlassian.renderer.v2.components
 
MAILTO_ICON - Static variable in class com.atlassian.renderer.links.UrlLink
 
makeEmoticon(String, int, int) - Static method in class com.atlassian.renderer.Icon
Factory method for a new emoticon
makeFormatterFromClass() - Method in class com.atlassian.renderer.v2.macro.code.SourceCodeFormatterModuleDescriptor
Override this method if you need to autowire the formatter, or something.
makeMacro(StringBuffer, MacroTag, String, RenderContext) - Method in class com.atlassian.renderer.v2.components.MacroRendererComponent
 
makeMacroTag(String, int) - Static method in class com.atlassian.renderer.v2.components.MacroTag
 
makeRenderIcon(String, int, int, int) - Static method in class com.atlassian.renderer.Icon
Factory method for a new rendericon
MAP_KEY - Static variable in class com.atlassian.renderer.RenderedContentStore
The key under which the store is placed in the render context
matchesType(EmbeddedResourceParser) - Static method in class com.atlassian.renderer.embedded.EmbeddedAudio
 
matchesType(EmbeddedResourceParser) - Static method in class com.atlassian.renderer.embedded.EmbeddedFlash
 
matchesType(EmbeddedResourceParser) - Static method in class com.atlassian.renderer.embedded.EmbeddedImage
 
matchesType(EmbeddedResourceParser) - Static method in class com.atlassian.renderer.embedded.EmbeddedQuicktime
 
matchesType(EmbeddedResourceParser) - Static method in class com.atlassian.renderer.embedded.EmbeddedRealMedia
 
matchesType(EmbeddedResourceParser) - Static method in class com.atlassian.renderer.embedded.EmbeddedResource
Returns whether this class will handle the given file or not
matchesType(EmbeddedResourceParser) - Static method in class com.atlassian.renderer.embedded.EmbeddedWindowsMedia
 
matchesType(EmbeddedResourceParser) - Static method in class com.atlassian.renderer.embedded.UnembeddableObject
 
messageReceived(TidyMessage) - Method in class com.atlassian.renderer.wysiwyg.DefaultTidyMessageListener
 
MutableRenderer - Interface in com.atlassian.renderer.v2
This sub interface was introduced to fix JRA-13626.

N

NAMED_COLOR_PATTERN - Static variable in class com.atlassian.renderer.v2.macro.basic.validator.ColorStyleValidator
 
NewLineRendererComponent - Class in com.atlassian.renderer.v2.components.phrase
 
NewLineRendererComponent() - Constructor for class com.atlassian.renderer.v2.components.phrase.NewLineRendererComponent
 
NEWS_ITEMS_FOR - Static variable in class com.atlassian.renderer.util.RendererProperties
 
NEWS_ITEMS_FOR_SPACEKEY - Static variable in class com.atlassian.renderer.util.RendererProperties
 
next() - Method in class com.atlassian.renderer.v2.components.block.LineWalker
Walks the next line, returning the line and advancing the state of the walker past that line.
NO_ESCAPE - Static variable in class com.atlassian.renderer.v2.RenderMode
Render everything, but assume HTML escaping has already occurred
NO_RENDER - Static variable in class com.atlassian.renderer.v2.RenderMode
Don't render anything
node(Node) - Method in class com.atlassian.renderer.wysiwyg.NodeContext.Builder
 
NodeContext - Class in com.atlassian.renderer.wysiwyg
The context in which the node is being converted from xhtml to wiki markup.
NodeContext(Node, Node, Styles, ListContext, boolean, boolean, boolean, boolean) - Constructor for class com.atlassian.renderer.wysiwyg.NodeContext
 
NodeContext.Builder - Class in com.atlassian.renderer.wysiwyg
Builder to help construct new NodeContexts.
NodeContext.Builder(NodeContext) - Constructor for class com.atlassian.renderer.wysiwyg.NodeContext.Builder
 
NodeUtil - Class in com.atlassian.renderer.util
Utility methods for nodes.
NodeUtil() - Constructor for class com.atlassian.renderer.util.NodeUtil
 
NoformatMacro - Class in com.atlassian.renderer.v2.macro.basic
 
NoformatMacro() - Constructor for class com.atlassian.renderer.v2.macro.basic.NoformatMacro
 
NoformatMacro(V2SubRenderer) - Constructor for class com.atlassian.renderer.v2.macro.basic.NoformatMacro
 
NoneFormatter - Class in com.atlassian.renderer.v2.macro.code.formatter
Created by IntelliJ IDEA.
NoneFormatter() - Constructor for class com.atlassian.renderer.v2.macro.code.formatter.NoneFormatter
 
NULL_ICON - Static variable in class com.atlassian.renderer.Icon
The NULL_ICON is a convenient icon that has no size and draws nothing.
NUMBERED - Static variable in class com.atlassian.renderer.wysiwyg.ListContext
 
NUMBERED_LIST - Static variable in class com.atlassian.renderer.v2.components.list.ListBlockRenderer
 

O

OBJECT_REPLACEMENT - Static variable in class com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter
 
or(RenderMode) - Method in class com.atlassian.renderer.v2.RenderMode
Create a new render mode that is the logical OR of this and another render mode.
originalText - Variable in class com.atlassian.renderer.embedded.EmbeddedResource
The original (unparsed) embedded link text.
originalText - Variable in class com.atlassian.renderer.v2.components.MacroTag
 

P

page - Variable in class com.atlassian.renderer.embedded.EmbeddedResource
The confluence page to which the resource is attached.
PanelMacro - Class in com.atlassian.renderer.macro.macros
 
PanelMacro() - Constructor for class com.atlassian.renderer.macro.macros.PanelMacro
 
PanelMacro - Class in com.atlassian.renderer.v2.macro.basic
 
PanelMacro() - Constructor for class com.atlassian.renderer.v2.macro.basic.PanelMacro
 
PanelMacro(V2SubRenderer) - Constructor for class com.atlassian.renderer.v2.macro.basic.PanelMacro
 
ParameterValidator - Interface in com.atlassian.renderer.v2.macro.basic.validator
Validates a user supplied property that may be used in "style" attributes, leading to Cross Site Scripting vulnerabilities.
parse(String) - Method in class com.atlassian.renderer.v2.WikiMarkupParser
 
parseAsContentLink() - Method in class com.atlassian.renderer.links.GenericLinkParser
 
parser - Variable in class com.atlassian.renderer.embedded.EmbeddedResource
Embedded resource parser, available for accessing the original embedded text.
path - Variable in class com.atlassian.renderer.Icon
 
PDF - Static variable in interface com.atlassian.renderer.RenderContextOutputType
 
peek() - Method in class com.atlassian.renderer.v2.components.block.LineWalker
Returns the next line to be walked without actually walking it.
PERC_COLOR_PATTERN - Static variable in class com.atlassian.renderer.v2.macro.basic.validator.ColorStyleValidator
 
PhraseRendererComponent - Class in com.atlassian.renderer.v2.components.phrase
 
PhraseRendererComponent(String, String) - Constructor for class com.atlassian.renderer.v2.components.phrase.PhraseRendererComponent
 
PhraseRendererComponent(String, String, String) - Constructor for class com.atlassian.renderer.v2.components.phrase.PhraseRendererComponent
 
PhraseRendererComponent(String, String, String, String) - Constructor for class com.atlassian.renderer.v2.components.phrase.PhraseRendererComponent
 
PHRASES_IMAGES - Static variable in class com.atlassian.renderer.v2.RenderMode
Render phrases and images
PHRASES_LINKS - Static variable in class com.atlassian.renderer.v2.RenderMode
Render phrases and links
PlaceholderImageRenderer - Class in com.atlassian.renderer.embedded
Currently we cannot convert the HTML used to show an embedded flash/movie file back into wiki format.
PlaceholderImageRenderer() - Constructor for class com.atlassian.renderer.embedded.PlaceholderImageRenderer
 
PluggableRendererComponentFactory - Interface in com.atlassian.renderer.v2.components
A factory used to instantiate RendererComponents via the plugin system.
PluggableSourceCodeFormatterRepository - Class in com.atlassian.renderer.v2.macro.code
 
PluggableSourceCodeFormatterRepository(PluginManager) - Constructor for class com.atlassian.renderer.v2.macro.code.PluggableSourceCodeFormatterRepository
 
PluggableV2Renderer - Class in com.atlassian.renderer.v2.plugin
A V2Renderer that gets its components from the plugin system
PluggableV2Renderer(PluginAccessor) - Constructor for class com.atlassian.renderer.v2.plugin.PluggableV2Renderer
Construct a new pluggable V2Renderer
PluggableWysiwygConverter - Class in com.atlassian.renderer.v2.plugin
A WysiwygConverter that gets some of its components from the plugin system.
PluggableWysiwygConverter() - Constructor for class com.atlassian.renderer.v2.plugin.PluggableWysiwygConverter
Construct a new pluggable V2Renderer.
popRenderMode() - Method in class com.atlassian.renderer.RenderContext
Return to the render mode that was current before RenderContext.pushRenderMode(com.atlassian.renderer.v2.RenderMode) was last called
position - Variable in class com.atlassian.renderer.Icon
 
preserveEntities() - Method in class com.atlassian.renderer.v2.RenderMode
 
PREVIEW - Static variable in interface com.atlassian.renderer.RenderContextOutputType
 
previousSibling(Node) - Method in class com.atlassian.renderer.wysiwyg.NodeContext.Builder
 
processMacro(String, Macro, String, Map, RenderContext, StringBuffer) - Method in class com.atlassian.renderer.v2.components.MacroRendererComponent
 
properties - Variable in class com.atlassian.renderer.embedded.EmbeddedResource
The resource properties
PURE_URL_PATTERN - Static variable in class com.atlassian.renderer.v2.components.UrlRendererComponent
 
pushBack(String) - Method in class com.atlassian.renderer.v2.components.block.LineWalker
 
pushRenderMode(RenderMode) - Method in class com.atlassian.renderer.RenderContext
Push a new RenderMode onto the stack.

Q

QuoteMacro - Class in com.atlassian.renderer.macro.macros
A simple macro to make large quoted blocks
QuoteMacro() - Constructor for class com.atlassian.renderer.macro.macros.QuoteMacro
 
QuoteMacro - Class in com.atlassian.renderer.v2.macro.basic
A simple macro to make large quoted blocks
QuoteMacro() - Constructor for class com.atlassian.renderer.v2.macro.basic.QuoteMacro
 
QUOTES - Static variable in class com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter
 
QUOTES_REPLACEMENT - Static variable in class com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter
 

R

RadeoxCompatibilityMacro - Class in com.atlassian.renderer.macro
A wrapper macro that retains compatibility with our old Radeox-style macros
RadeoxCompatibilityMacro(Macro) - Constructor for class com.atlassian.renderer.macro.RadeoxCompatibilityMacro
 
RAW_PARAMS_KEY - Static variable in interface com.atlassian.renderer.v2.macro.Macro
 
RegExpUtil - Class in com.atlassian.renderer.util
This is a simple utility class used to escape regular expressions
RegExpUtil() - Constructor for class com.atlassian.renderer.util.RegExpUtil
 
regexRender(String, RenderContext, Pattern) - Method in class com.atlassian.renderer.v2.components.AbstractRegexRendererComponent
 
registerMacro(String, Macro) - Method in class com.atlassian.renderer.v2.macro.DefaultMacroManager
 
RELATIVE_LINK_TITLE - Static variable in class com.atlassian.renderer.util.RendererProperties
 
relativeUrl - Variable in class com.atlassian.renderer.links.Link
 
removeLinkBrackets(String) - Method in interface com.atlassian.renderer.links.LinkResolver
 
removeNewlineBefore() - Method in class com.atlassian.renderer.v2.components.MacroTag
 
render(Link, RenderContext) - Method in interface com.atlassian.renderer.links.LinkBodyRenderer
Render the body of a link.
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.AbstractRegexRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.BackslashEscapeRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.block.BlockRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.CamelCaseLinkRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.EmbeddedRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.HtmlEntityRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.HtmlEscapeRendererComponent
 
render(SubRenderer, RenderContext, StringBuffer) - Method in class com.atlassian.renderer.v2.components.link.LinkDecorator
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.LinkRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.MacroRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.phrase.DashRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.phrase.EmoticonRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.phrase.ForceNewLineRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.phrase.NewLineRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.phrase.PhraseRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.phrase.TemplateParamRenderComponent
 
render(String, RenderContext) - Method in interface com.atlassian.renderer.v2.components.RendererComponent
Render this piece of wiki text.
render(SubRenderer, RenderContext, StringBuffer) - Method in class com.atlassian.renderer.v2.components.table.Table
 
render(SubRenderer, RenderContext, StringBuffer) - Method in class com.atlassian.renderer.v2.components.table.TableCell
 
render(SubRenderer, RenderContext, StringBuffer) - Method in class com.atlassian.renderer.v2.components.table.TableRow
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.TokenRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.components.UrlRendererComponent
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.plugin.PluggableV2Renderer
 
render(SubRenderer, RenderContext, StringBuffer) - Method in interface com.atlassian.renderer.v2.Renderable
 
render(String, RenderContext) - Method in interface com.atlassian.renderer.v2.Renderer
Render some content without changing render modes.
render(String, RenderContext, RenderMode) - Method in interface com.atlassian.renderer.v2.SubRenderer
Render some wiki content in a particular render mode.
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.V2Renderer
 
render(String, RenderContext) - Method in class com.atlassian.renderer.v2.V2SubRenderer
 
render(String, RenderContext, RenderMode) - Method in class com.atlassian.renderer.v2.V2SubRenderer
 
RENDER_CONTEXT - Static variable in class com.atlassian.renderer.macro.RadeoxCompatibilityMacro
 
Renderable - Interface in com.atlassian.renderer.v2
 
renderAsText(String, RenderContext) - Method in class com.atlassian.renderer.v2.plugin.PluggableV2Renderer
 
renderAsText(String, RenderContext) - Method in interface com.atlassian.renderer.v2.Renderer
Render some content as text, performing any transforms that may be needed to produce nicely formatted text.
renderAsText(String, RenderContext) - Method in class com.atlassian.renderer.v2.V2Renderer
 
renderAsText(String, RenderContext) - Method in class com.atlassian.renderer.v2.V2SubRenderer
 
RenderContext - Class in com.atlassian.renderer
Encapsulates the context in which some piece of content is being rendered.
RenderContext() - Constructor for class com.atlassian.renderer.RenderContext
Construct a new render context in a default state.
RenderContext(RenderedContentStore) - Constructor for class com.atlassian.renderer.RenderContext
The Confluence PageContext needs this so that sub-rendered pages can inherit the RenderedContentStore of their parents.
RenderContextOutputType - Interface in com.atlassian.renderer
 
RenderedContentStore - Class in com.atlassian.renderer
Hides content from the renderer so that it will not be processed any further.
RenderedContentStore() - Constructor for class com.atlassian.renderer.RenderedContentStore
 
RenderedContentStore.TokenType - Enum in com.atlassian.renderer
 
renderEmbeddedObject(Map) - Method in class com.atlassian.renderer.embedded.EmbeddedObjectRenderer
 
renderEmbeddedObjectWrapper(String, Map) - Method in class com.atlassian.renderer.embedded.EmbeddedObjectRenderer
 
Renderer - Interface in com.atlassian.renderer.v2
 
renderer - Variable in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
RENDERER_TYPE - Static variable in class com.atlassian.renderer.v2.V2Renderer
 
RendererAttachment - Class in com.atlassian.renderer.attachments
Represents an attachment object that can wrap the Jira & Confluence attatchment objects in a way that will provide useful data to Renderer components.
RendererAttachment(long, String, String, String, String, String, String, String, Timestamp) - Constructor for class com.atlassian.renderer.attachments.RendererAttachment
 
RendererAttachmentManager - Interface in com.atlassian.renderer.attachments
Defines a project agnostic attachment manager that will allow the embedded resources to resolve and work with attachments.
RendererComponent - Interface in com.atlassian.renderer.v2.components
 
RendererComponentFactory - Interface in com.atlassian.renderer.v2.plugin
Factory for creating an instance of a RendererComponent.
RendererComponentModuleDescriptor - Class in com.atlassian.renderer.v2.plugin
A module descriptor for pluggable renderer components.
RendererComponentModuleDescriptor() - Constructor for class com.atlassian.renderer.v2.plugin.RendererComponentModuleDescriptor
 
RendererConfiguration - Interface in com.atlassian.renderer
Interface that provides the renderer with configuration information about its current environment.
RendererProperties - Class in com.atlassian.renderer.util
A class of contant values that can be overridden by a properties file.
RendererProperties() - Constructor for class com.atlassian.renderer.util.RendererProperties
 
RendererUtil - Class in com.atlassian.renderer.util
Some simple methods that the renderer uses.
RendererUtil() - Constructor for class com.atlassian.renderer.util.RendererUtil
 
renderFirstParagraph() - Method in class com.atlassian.renderer.v2.RenderMode
 
renderHeading(String, String, RenderContext, SubRenderer) - Method in class com.atlassian.renderer.v2.components.block.HeadingBlockRenderer
Render a heading using the default HTML format
renderHeading(String, String, RenderContext, SubRenderer, String) - Method in class com.atlassian.renderer.v2.components.block.HeadingBlockRenderer
Render a heading using a provided message format.
renderImages() - Method in class com.atlassian.renderer.v2.RenderMode
 
renderLinebreaks() - Method in class com.atlassian.renderer.v2.RenderMode
 
renderLink(Link, RenderContext) - Method in interface com.atlassian.renderer.links.LinkRenderer
Render a link as HTML, given a current PageContext.
renderLink(Link, RenderContext) - Method in class com.atlassian.renderer.v2.V2LinkRenderer
 
renderLinks() - Method in class com.atlassian.renderer.v2.RenderMode
 
renderLists() - Method in class com.atlassian.renderer.v2.RenderMode
 
renderMacro(MacroTag, Macro, String, Map, RenderContext, StringBuffer) - Method in class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
Renders a macro with the given information and outputs the XHTML into the given buffer.
renderMacroErrorMessages() - Method in class com.atlassian.renderer.v2.RenderMode
 
renderMacros() - Method in class com.atlassian.renderer.v2.RenderMode
 
renderMap - Variable in class com.atlassian.renderer.embedded.DefaultEmbeddedResourceRenderer
 
RenderMode - Class in com.atlassian.renderer.v2
Describes which operations are permitted at any point in the rendering of a page from wiki to HTML.
renderNextBlock(String, LineWalker, RenderContext, SubRenderer) - Method in class com.atlassian.renderer.v2.components.block.BlankLineBlockRenderer
 
renderNextBlock(String, LineWalker, RenderContext, SubRenderer) - Method in class com.atlassian.renderer.v2.components.block.BlockquoteBlockRenderer
 
renderNextBlock(String, LineWalker, RenderContext, SubRenderer) - Method in interface com.atlassian.renderer.v2.components.block.BlockRenderer
Render the next block in a document.
renderNextBlock(String, LineWalker, RenderContext, SubRenderer) - Method in class com.atlassian.renderer.v2.components.block.HeadingBlockRenderer
 
renderNextBlock(String, LineWalker, RenderContext, SubRenderer) - Method in class com.atlassian.renderer.v2.components.block.HorizontalRuleBlockRenderer
 
renderNextBlock(String, LineWalker, RenderContext, SubRenderer) - Method in class com.atlassian.renderer.v2.components.list.ListBlockRenderer
 
renderNextBlock(String, LineWalker, RenderContext, SubRenderer) - Method in class com.atlassian.renderer.v2.components.table.TableBlockRenderer
 
renderNothing() - Method in class com.atlassian.renderer.v2.RenderMode
 
renderParagraphs() - Method in class com.atlassian.renderer.v2.RenderMode
 
renderPhrases() - Method in class com.atlassian.renderer.v2.RenderMode
 
renderResource(EmbeddedResource, RenderContext) - Method in class com.atlassian.renderer.embedded.DefaultEmbeddedResourceRenderer
 
renderResource(EmbeddedResource, RenderContext) - Method in class com.atlassian.renderer.embedded.EmbeddedFlashRenderer
 
renderResource(EmbeddedResource, RenderContext) - Method in class com.atlassian.renderer.embedded.EmbeddedImageRenderer
 
renderResource(EmbeddedResource, RenderContext) - Method in class com.atlassian.renderer.embedded.EmbeddedObjectRenderer
 
renderResource(EmbeddedResource, RenderContext) - Method in class com.atlassian.renderer.embedded.EmbeddedRealMediaRenderer
 
renderResource(EmbeddedResource, RenderContext) - Method in interface com.atlassian.renderer.embedded.EmbeddedResourceRenderer
Render the embedded resource to a string.
renderResource(EmbeddedResource, RenderContext) - Method in class com.atlassian.renderer.embedded.PlaceholderImageRenderer
 
renderResource(EmbeddedResource, RenderContext) - Method in class com.atlassian.renderer.embedded.UnembeddableObjectRenderer
 
renderTables() - Method in class com.atlassian.renderer.v2.RenderMode
 
renderTemplate() - Method in class com.atlassian.renderer.v2.RenderMode
 
RenderUtils - Class in com.atlassian.renderer.v2
There is also a RendererUtil class in the util package.
RenderUtils() - Constructor for class com.atlassian.renderer.v2.RenderUtils
 
replace(String) - Method in class com.atlassian.renderer.v2.Replacer
 
replaceAll(String) - Method in class com.atlassian.renderer.v2.Replacer
 
Replacer - Class in com.atlassian.renderer.v2
Helper class for performing repeated pattern replacement.
Replacer(Pattern, String, String[]) - Constructor for class com.atlassian.renderer.v2.Replacer
Replaces a pattern with a replacement.
replacers - Variable in class com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter
 
resolveTokens() - Method in class com.atlassian.renderer.v2.RenderMode
 
RESOURCE_TYPE - Static variable in class com.atlassian.renderer.embedded.EmbeddedAudio
 
RESOURCE_TYPE - Static variable in class com.atlassian.renderer.embedded.EmbeddedFlash
 
RESOURCE_TYPE - Static variable in class com.atlassian.renderer.embedded.EmbeddedQuicktime
 
RESOURCE_TYPE - Static variable in class com.atlassian.renderer.embedded.EmbeddedRealMedia
 
RESOURCE_TYPE - Static variable in class com.atlassian.renderer.embedded.EmbeddedWindowsMedia
 
ResourceAware - Interface in com.atlassian.renderer.v2.macro
 
ResourceAwareMacroDecorator - Class in com.atlassian.renderer.v2.macro
 
ResourceAwareMacroDecorator(Macro) - Constructor for class com.atlassian.renderer.v2.macro.ResourceAwareMacroDecorator
 
RGB_COLOR_PATTERN - Static variable in class com.atlassian.renderer.v2.macro.basic.validator.ColorStyleValidator
 

S

SEND_MAIL_TO - Static variable in class com.atlassian.renderer.util.RendererProperties
 
setAttachmentManager(RendererAttachmentManager) - Method in class com.atlassian.renderer.embedded.DefaultEmbeddedResourceRenderer
 
setAttachmentManager(RendererAttachmentManager) - Method in class com.atlassian.renderer.embedded.EmbeddedImageRenderer
 
setAttachmentsPath(String) - Method in class com.atlassian.renderer.RenderContext
 
setAuthor(String) - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
setBaseUrl(String) - Method in class com.atlassian.renderer.RenderContext
 
setBlockRenderers(List<BlockRenderer>) - Method in class com.atlassian.renderer.v2.components.block.BlockRendererComponent
 
setCharacterEncoding(String) - Method in class com.atlassian.renderer.RenderContext
 
setCodeFormatterRepository(SourceCodeFormatterRepository) - Method in class com.atlassian.renderer.v2.macro.code.CodeMacro
 
setComment(String) - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
setComponents(List) - Method in interface com.atlassian.renderer.v2.MutableRenderer
 
setComponents(List) - Method in class com.atlassian.renderer.v2.V2Renderer
 
setContentType(String) - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
setCreated(Timestamp) - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
setDefaultEmbeddedRenderer(EmbeddedResourceRenderer) - Method in class com.atlassian.renderer.v2.V2RendererFacade
 
setDefaultLinkRenderer(LinkRenderer) - Method in class com.atlassian.renderer.v2.V2RendererFacade
 
setDescription(String) - Method in class com.atlassian.renderer.macro.BaseMacro
 
setEmbeddedResourceRenderer(EmbeddedResourceRenderer) - Method in class com.atlassian.renderer.RenderContext
Set the embedded resource renderer for this rendering run.
setEndTag(MacroTag) - Method in class com.atlassian.renderer.v2.components.MacroTag
 
setFileName(String) - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
setI18nTitle(String, List) - Method in class com.atlassian.renderer.links.BaseLink
Set I18n key and argument list to use as a title.
setIconManager(IconManager) - Method in class com.atlassian.renderer.v2.V2LinkRenderer
 
setIconManager(IconManager) - Method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
setId(long) - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
setImagePath(String) - Method in class com.atlassian.renderer.RenderContext
Set the URL path to the image directory for this rendering.
setLinkRenderer(LinkRenderer) - Method in class com.atlassian.renderer.RenderContext
Set the link renderer for this rendering run (exports might need different link rendering behaviour, for example);
setMacroManager(MacroManager) - Method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
setOutputType(String) - Method in class com.atlassian.renderer.RenderContext
 
setPluginAccessor(PluginAccessor) - Method in class com.atlassian.renderer.v2.plugin.PluggableWysiwygConverter
 
setRenderer(Renderer) - Method in class com.atlassian.renderer.v2.V2RendererFacade
 
setRenderer(Renderer) - Method in class com.atlassian.renderer.v2.V2SubRenderer
 
setRendererConfiguration(RendererConfiguration) - Method in class com.atlassian.renderer.v2.V2LinkRenderer
 
setRendererConfiguration(RendererConfiguration) - Method in class com.atlassian.renderer.v2.V2RendererFacade
 
setRenderingForWysiwyg(boolean) - Method in class com.atlassian.renderer.RenderContext
 
setResourcePath(String) - Method in class com.atlassian.renderer.macro.BaseMacro
 
setResourcePath(String) - Method in interface com.atlassian.renderer.v2.macro.ResourceAware
 
setResourcePath(String) - Method in class com.atlassian.renderer.v2.macro.ResourceAwareMacroDecorator
 
setSiteRoot(String) - Method in class com.atlassian.renderer.RenderContext
Set the root URL of the site on which the rendering is occurring.
setSrc(String) - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
setSubRenderer(SubRenderer) - Method in class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
 
setSubRenderer(SubRenderer) - Method in class com.atlassian.renderer.v2.V2LinkRenderer
 
setTitle(String) - Method in class com.atlassian.renderer.links.BaseLink
 
setupObjectProperties(EmbeddedResource, RenderContext) - Method in class com.atlassian.renderer.embedded.EmbeddedObjectRenderer
Retrieves the attachment from an EmbeddedResource, resolving the absolute URL to the attachment and placing it into a ContextMap for use with Velocity.
setValidator(String, ParameterValidator) - Method in class com.atlassian.renderer.v2.macro.basic.validator.ValidatedMacroParameters
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.renderer.macro.macros.PanelMacro
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.renderer.macro.macros.QuoteMacro
 
setWikiStyleRenderer(WikiStyleRenderer) - Method in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
setWrapPrefix(String) - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.AbstractRegexRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.BackslashEscapeRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.block.BlockRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.CamelCaseLinkRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.EmbeddedRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.HtmlEntityRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.HtmlEscapeRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.LinkRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.MacroRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.phrase.DashRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.phrase.EmoticonRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.phrase.ForceNewLineRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.phrase.NewLineRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.phrase.PhraseRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.phrase.TemplateParamRenderComponent
 
shouldRender(RenderMode) - Method in interface com.atlassian.renderer.v2.components.RendererComponent
Whether or not this render component is required given the current render mode.
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.TokenRendererComponent
 
shouldRender(RenderMode) - Method in class com.atlassian.renderer.v2.components.UrlRendererComponent
 
SIMPLE_TEXT - Static variable in class com.atlassian.renderer.v2.RenderMode
Render text made up only of paragraphs, without images or links
SimpleSourceCodeFormatterRepository - Class in com.atlassian.renderer.v2.macro.code
 
SimpleSourceCodeFormatterRepository() - Constructor for class com.atlassian.renderer.v2.macro.code.SimpleSourceCodeFormatterRepository
 
SimpleSourceCodeFormatterRepository(List) - Constructor for class com.atlassian.renderer.v2.macro.code.SimpleSourceCodeFormatterRepository
 
SITE_RELATIVE_LINK_TITLE - Static variable in class com.atlassian.renderer.util.RendererProperties
 
SourceCodeFormatter - Interface in com.atlassian.renderer.v2.macro.code
Strategy for converting a block of source code into pretty-printed HTML.
SourceCodeFormatterModuleDescriptor - Class in com.atlassian.renderer.v2.macro.code
 
SourceCodeFormatterModuleDescriptor() - Constructor for class com.atlassian.renderer.v2.macro.code.SourceCodeFormatterModuleDescriptor
 
SourceCodeFormatterRepository - Interface in com.atlassian.renderer.v2.macro.code
 
space - Variable in class com.atlassian.renderer.embedded.EmbeddedResource
The confluence space to which the resource is attached.
SqlFormatter - Class in com.atlassian.renderer.v2.macro.code.formatter
 
SqlFormatter() - Constructor for class com.atlassian.renderer.v2.macro.code.formatter.SqlFormatter
 
SQUARE - Static variable in class com.atlassian.renderer.wysiwyg.ListContext
 
START_LINK_CHAR - Static variable in class com.atlassian.renderer.v2.components.LinkRendererComponent
 
startIndex - Variable in class com.atlassian.renderer.v2.components.MacroTag
 
startsWithUrl(String) - Static method in class com.atlassian.renderer.util.UrlUtil
 
STRIKETHROUGH - Static variable in class com.atlassian.renderer.wysiwyg.Styles
 
stripBasicMarkup(String) - Static method in class com.atlassian.renderer.util.RendererUtil
Strip basic markup characters from a piece of content
stripCarriageReturns(String) - Static method in class com.atlassian.renderer.v2.RenderUtils
Remove any carriage returns (\r) from a string.
stripTokens(String) - Static method in class com.atlassian.renderer.RenderedContentStore
 
styles(String) - Method in class com.atlassian.renderer.wysiwyg.NodeContext.Builder
 
Styles - Class in com.atlassian.renderer.wysiwyg
 
Styles() - Constructor for class com.atlassian.renderer.wysiwyg.Styles
 
Styles(String, Styles) - Constructor for class com.atlassian.renderer.wysiwyg.Styles
 
Styles(Node, Styles) - Constructor for class com.atlassian.renderer.wysiwyg.Styles
 
SubRenderer - Interface in com.atlassian.renderer.v2
Render some sub-section of wiki content, usually in a different mode.
SUBSCRIPT - Static variable in class com.atlassian.renderer.wysiwyg.Styles
 
summarise(String) - Static method in class com.atlassian.renderer.util.RendererUtil
Strips basic wiki markup from the content passed in and truncates string to 50 chars.
summariseWithoutStrippingWikiCharacters(String) - Static method in class com.atlassian.renderer.util.RendererUtil
 
SUPERSCRIPT - Static variable in class com.atlassian.renderer.wysiwyg.Styles
 
suppress(long) - Static method in class com.atlassian.renderer.v2.RenderMode
Create a new render mode by starting from the state where everything is permitted, and then switching off those flags passed into the method.
suppressMacroRenderingDuringWysiwyg() - Method in class com.atlassian.renderer.v2.macro.BaseMacro
 
suppressMacroRenderingDuringWysiwyg() - Method in class com.atlassian.renderer.v2.macro.basic.ColorMacro
 
suppressMacroRenderingDuringWysiwyg() - Method in class com.atlassian.renderer.v2.macro.basic.InlineHtmlMacro
Render the HTML.
suppressMacroRenderingDuringWysiwyg() - Method in class com.atlassian.renderer.v2.macro.basic.NoformatMacro
 
suppressMacroRenderingDuringWysiwyg() - Method in class com.atlassian.renderer.v2.macro.basic.PanelMacro
 
suppressMacroRenderingDuringWysiwyg() - Method in class com.atlassian.renderer.v2.macro.basic.QuoteMacro
 
suppressMacroRenderingDuringWysiwyg() - Method in class com.atlassian.renderer.v2.macro.code.CodeMacro
 
suppressMacroRenderingDuringWysiwyg() - Method in interface com.atlassian.renderer.v2.macro.Macro
Suppress the rendering of the macro -- the macro's body may still be rendered (depending on the render mode of the macro), but the HTML the macro adds will not be created.
suppressMacroRenderingDuringWysiwyg() - Method in class com.atlassian.renderer.v2.macro.ResourceAwareMacroDecorator
 
suppressSurroundingTagDuringWysiwygRendering() - Method in class com.atlassian.renderer.v2.macro.BaseMacro
 
suppressSurroundingTagDuringWysiwygRendering() - Method in class com.atlassian.renderer.v2.macro.basic.ColorMacro
 
suppressSurroundingTagDuringWysiwygRendering() - Method in class com.atlassian.renderer.v2.macro.basic.InlineHtmlMacro
This class used to suppress surrounding tags, but now uses them.
suppressSurroundingTagDuringWysiwygRendering() - Method in interface com.atlassian.renderer.v2.macro.Macro
Suppress surrounding div/span during Wysiwyg rendering.
suppressSurroundingTagDuringWysiwygRendering() - Method in class com.atlassian.renderer.v2.macro.ResourceAwareMacroDecorator
 
systemSupportsThumbnailing() - Method in interface com.atlassian.renderer.attachments.RendererAttachmentManager
 

T

Table - Class in com.atlassian.renderer.v2.components.table
 
Table() - Constructor for class com.atlassian.renderer.v2.components.table.Table
 
TABLE_CELL - Static variable in class com.atlassian.renderer.v2.RenderMode
Render mode for contents of a table cell (links in a table are rendered before cell division to avoid pipe conflicts...)
TableBlockRenderer - Class in com.atlassian.renderer.v2.components.table
 
TableBlockRenderer() - Constructor for class com.atlassian.renderer.v2.components.table.TableBlockRenderer
 
TableCell - Class in com.atlassian.renderer.v2.components.table
 
TableCell(String) - Constructor for class com.atlassian.renderer.v2.components.table.TableCell
 
TableCell(String, boolean) - Constructor for class com.atlassian.renderer.v2.components.table.TableCell
 
TableRow - Class in com.atlassian.renderer.v2.components.table
 
TableRow() - Constructor for class com.atlassian.renderer.v2.components.table.TableRow
 
tabTo(StringBuffer, int) - Static method in class com.atlassian.renderer.v2.RenderUtils
 
TemplateParamRenderComponent - Class in com.atlassian.renderer.v2.components.phrase
 
TemplateParamRenderComponent() - Constructor for class com.atlassian.renderer.v2.components.phrase.TemplateParamRenderComponent
 
TEXT_SEPARATOR - Static variable in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
TEXT_SEPERATOR - Static variable in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
Deprecated. use #TEXT_SEPARATOR
TextConverter - Interface in com.atlassian.renderer.v2.components
TextConverters provide a method for escaping plain text to produce wiki markup.
title - Variable in class com.atlassian.renderer.links.Link
 
TITLE_WITH_ANCHOR - Static variable in class com.atlassian.renderer.util.RendererProperties
 
titleArgs - Variable in class com.atlassian.renderer.links.Link
 
titleKey - Variable in class com.atlassian.renderer.links.Link
 
toHtml(String) - Method in class com.atlassian.renderer.Icon
Return the icon as HTML, relative to the given image root.
toHtml(StringBuffer, int, SubRenderer, RenderContext) - Method in class com.atlassian.renderer.v2.components.list.DummyParentListItem
 
tokenizes() - Method in class com.atlassian.renderer.v2.RenderMode
Whether or not this current render mode will create tokens that need to be detokenized.
TokenRendererComponent - Class in com.atlassian.renderer.v2.components
 
TokenRendererComponent(SubRenderer) - Constructor for class com.atlassian.renderer.v2.components.TokenRendererComponent
 
toString() - Method in class com.atlassian.renderer.embedded.EmbeddedResource
 
toString() - Method in class com.atlassian.renderer.Icon
 
toString() - Method in class com.atlassian.renderer.v2.components.MacroTag
 
toString() - Method in class com.atlassian.renderer.v2.components.table.TableCell
 
toString() - Method in class com.atlassian.renderer.v2.components.table.TableRow
 
toString() - Method in class com.atlassian.renderer.v2.macro.ResourceAwareMacroDecorator
 
trimInitialNewline(String) - Static method in class com.atlassian.renderer.v2.RenderUtils
Remove a single initial \n.
trimNewlinesAndEscapedNewlines(String) - Static method in class com.atlassian.renderer.v2.RenderUtils
 
type - Variable in class com.atlassian.renderer.embedded.EmbeddedResource
The mime type of this resource.

U

UNDERLINE - Static variable in class com.atlassian.renderer.wysiwyg.Styles
 
UNEMBEDDABLE_TYPES - Static variable in class com.atlassian.renderer.embedded.UnembeddableObject
 
UnembeddableObject - Class in com.atlassian.renderer.embedded
 
UnembeddableObject(String) - Constructor for class com.atlassian.renderer.embedded.UnembeddableObject
 
UnembeddableObject(EmbeddedResourceParser) - Constructor for class com.atlassian.renderer.embedded.UnembeddableObject
 
UnembeddableObjectRenderer - Class in com.atlassian.renderer.embedded
 
UnembeddableObjectRenderer() - Constructor for class com.atlassian.renderer.embedded.UnembeddableObjectRenderer
 
UNKNOWN_IMAGE_MIME_TYPE - Static variable in class com.atlassian.renderer.embedded.EmbeddedResourceParser
 
UNKNOWN_MIME_TYPE - Static variable in class com.atlassian.renderer.embedded.EmbeddedResourceParser
 
UnpermittedLink - Class in com.atlassian.renderer.links
A link to a resource that exists, but that the current user is not permitted to access.
UnpermittedLink(Link) - Constructor for class com.atlassian.renderer.links.UnpermittedLink
 
unregisterMacro(String) - Method in class com.atlassian.renderer.v2.macro.DefaultMacroManager
 
UnresolvedLink - Class in com.atlassian.renderer.links
A link that should not be rendered as a link, either because it attempts to point somewhere that doesn't exist points somewhere the user has no access to is the result of a parse error
UnresolvedLink(String) - Constructor for class com.atlassian.renderer.links.UnresolvedLink
 
UnresolvedLink(String, String) - Constructor for class com.atlassian.renderer.links.UnresolvedLink
 
UnresolvedLink(String, Link) - Constructor for class com.atlassian.renderer.links.UnresolvedLink
 
url - Variable in class com.atlassian.renderer.embedded.EmbeddedResource
The unparsed reference to the embedded resource.
url - Variable in class com.atlassian.renderer.links.Link
 
URL_LINK_TITLE - Static variable in class com.atlassian.renderer.util.RendererProperties
 
URL_PATTERN - Static variable in class com.atlassian.renderer.v2.components.UrlRendererComponent
 
URL_PROTOCOLS - Static variable in class com.atlassian.renderer.util.UrlUtil
 
URL_SCHEMA_LENGTH - Static variable in class com.atlassian.renderer.util.UrlUtil
Maximum length of a URL schema, e.g.
UrlLink - Class in com.atlassian.renderer.links
 
UrlLink(String, String) - Constructor for class com.atlassian.renderer.links.UrlLink
 
UrlLink(GenericLinkParser) - Constructor for class com.atlassian.renderer.links.UrlLink
 
UrlRendererComponent - Class in com.atlassian.renderer.v2.components
 
UrlRendererComponent(LinkResolver) - Constructor for class com.atlassian.renderer.v2.components.UrlRendererComponent
 
UrlUtil - Class in com.atlassian.renderer.util
 
UrlUtil() - Constructor for class com.atlassian.renderer.util.UrlUtil
 

V

V2LinkRenderer - Class in com.atlassian.renderer.v2
 
V2LinkRenderer() - Constructor for class com.atlassian.renderer.v2.V2LinkRenderer
 
V2LinkRenderer(SubRenderer, IconManager, RendererConfiguration) - Constructor for class com.atlassian.renderer.v2.V2LinkRenderer
 
V2Renderer - Class in com.atlassian.renderer.v2
 
V2Renderer() - Constructor for class com.atlassian.renderer.v2.V2Renderer
 
V2Renderer(List) - Constructor for class com.atlassian.renderer.v2.V2Renderer
 
V2RendererFacade - Class in com.atlassian.renderer.v2
The facade class for the whole rendering system.
V2RendererFacade() - Constructor for class com.atlassian.renderer.v2.V2RendererFacade
 
V2RendererFacade(RendererConfiguration, LinkRenderer, EmbeddedResourceRenderer, Renderer) - Constructor for class com.atlassian.renderer.v2.V2RendererFacade
 
V2SubRenderer - Class in com.atlassian.renderer.v2
 
V2SubRenderer() - Constructor for class com.atlassian.renderer.v2.V2SubRenderer
 
V2SubRenderer(Renderer) - Constructor for class com.atlassian.renderer.v2.V2SubRenderer
 
VALID_END - Static variable in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
VALID_START - Static variable in class com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter
 
ValidatedMacroParameters - Class in com.atlassian.renderer.v2.macro.basic.validator
Wraps a parameter map of String -> String mappings, providing validation by means of a mapping of parameters to ParameterValidators.
ValidatedMacroParameters(Map) - Constructor for class com.atlassian.renderer.v2.macro.basic.validator.ValidatedMacroParameters
 
validEmbedTags - Static variable in class com.atlassian.renderer.embedded.EmbeddedObjectRenderer
 
validObjectTags - Static variable in class com.atlassian.renderer.embedded.EmbeddedObjectRenderer
 
validParamTags - Static variable in class com.atlassian.renderer.embedded.EmbeddedObjectRenderer
 
value() - Method in class com.atlassian.renderer.v2.macro.basic.CssSizeValue
Returns the actual size excluding units of measurement.
valueOf(String) - Static method in enum com.atlassian.renderer.RenderedContentStore.TokenType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.renderer.RenderedContentStore.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE_PATTERN - Static variable in class com.atlassian.renderer.v2.components.phrase.TemplateParamRenderComponent
 
VIEW_PROFILE - Static variable in class com.atlassian.renderer.util.RendererProperties
 
VIEW_SPACE - Static variable in class com.atlassian.renderer.util.RendererProperties
 

W

width - Variable in class com.atlassian.renderer.Icon
 
WidthSizeValidator - Class in com.atlassian.renderer.v2.macro.basic.validator
Validates that a parameter is a valid width value.
WIKI_SRC_CLASS - Static variable in class com.atlassian.renderer.v2.RenderUtils
 
WikiContentHandler - Interface in com.atlassian.renderer.v2.components
This interface is used for handling wiki markup content during the parsing process.
WikiContentRendererHandler - Class in com.atlassian.renderer.v2.components
 
WikiContentRendererHandler(MacroRendererComponent, RenderContext) - Constructor for class com.atlassian.renderer.v2.components.WikiContentRendererHandler
 
wikiDestination - Variable in class com.atlassian.renderer.links.Link
The destination portion of the Link.originalLinkText.
WikiMarkupEscaper - Class in com.atlassian.renderer.wysiwyg
 
WikiMarkupEscaper() - Constructor for class com.atlassian.renderer.wysiwyg.WikiMarkupEscaper
 
WikiMarkupParser - Class in com.atlassian.renderer.v2
A wiki parser which delegates the processing of certain markup to the WikiContentHandler.
WikiMarkupParser(MacroManager, WikiContentHandler) - Constructor for class com.atlassian.renderer.v2.WikiMarkupParser
 
WikiStyleRenderer - Interface in com.atlassian.renderer
Component for converting wiki text into HTML markup.
wikiTitle - Variable in class com.atlassian.renderer.links.Link
The optional title portion of the Link.originalLinkText.
WORD - Static variable in interface com.atlassian.renderer.RenderContextOutputType
 
wrapGeneratedElement(String) - Method in class com.atlassian.renderer.attachments.RendererAttachment
 
writeContent(Writer, MacroParameter, String, String) - Method in class com.atlassian.renderer.macro.macros.AbstractPanelMacro
 
writeContent(Writer, MacroParameter, String, String) - Method in class com.atlassian.renderer.macro.macros.PanelMacro
 
writeContent(StringBuffer, Map, String, String) - Method in class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
 
writeHeader(Writer, String, String, String, Integer, String) - Method in class com.atlassian.renderer.macro.macros.AbstractPanelMacro
 
writeHeader(RenderContext, StringBuffer, String, String, String, int, String) - Method in class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
 
writeImage(String, Map<Object, Object>, RenderContext) - Method in class com.atlassian.renderer.embedded.EmbeddedImageRenderer
 
WYSIWYG_ATTRIBUTE - Static variable in interface com.atlassian.renderer.wysiwyg.WysiwygNodeConverter
The attribute used to indicate that a WysiwygNodeConverter should be used to convert the html element.
WysiwygConverter - Interface in com.atlassian.renderer.wysiwyg
 
WysiwygLinkHelper - Class in com.atlassian.renderer.wysiwyg
The WysiwygLinkHelper helps transform wiki links into html links and back again.
WysiwygLinkHelper() - Constructor for class com.atlassian.renderer.wysiwyg.WysiwygLinkHelper
 
WysiwygMacroHelper - Class in com.atlassian.renderer.wysiwyg
Class responsible for the Rendering and Conversion of Macros, between wiki markup and wysiwyg xhtml.
WysiwygMacroHelper(MacroRendererComponent) - Constructor for class com.atlassian.renderer.wysiwyg.WysiwygMacroHelper
 
WysiwygNodeConverter - Interface in com.atlassian.renderer.wysiwyg
Macros should implement this interface when they want to take full control of converting xhtml to wiki markup and not let the renderer take care of it.

X

XmlFormatter - Class in com.atlassian.renderer.v2.macro.code.formatter
 
XmlFormatter() - Constructor for class com.atlassian.renderer.v2.macro.code.formatter.XmlFormatter
 

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.