|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Link.originalLinkText.
Macro which should be extended by all plugin macros.TokenType.BLOCK.getTokenMarker()
TokenType#BLOCK#getTokenPatternString
DefaultWysiwygConverter.convertChildren(NodeContext) instead.
WysiwygConverter.convertChildren(NodeContext) instead.
PlaceholderImageRenderer.ICON_PARAMETER is not specified.
<), greater-than (>),
double-quote ("), single-quote/apostrophe ('), and ampersand
(&) with their equivalent entities in HTML 4 and returns the result.
HtmlEscaper.escapeAll(String,boolean), except doesn't replace the ASCII quotation mark
characters double-quote (") and single-quote/apostrophe (').
&) characters with the equivalent HTML entity
(&) and returns the result.
HtmlEscaper.escapeAllExceptQuotes(String, boolean)
HtmlEscaper.escapeAmpersands(String,boolean) passing 'true' to
preserveExistingEntities.
BackslashEscapeRendererComponent.render(java.lang.String, com.atlassian.renderer.RenderContext) method.
RenderMode.F_FIRST_PARA
NodeUtil.getAttribute(org.w3c.dom.Node, String).
NodeUtil.getAttribute(org.w3c.dom.Node, String).
RendererComponent.
DefaultWysiwygConverter.getSeparator(String, NodeContext) instead. This method is quite broken
in 6.0 since it does not respect NodeContext.isInHeading().
Link.getTitleKey()
Patterns to find tokens of this type.
ValidatedMacroParameters.setValidator(String,ParameterValidator).
Link.originalLinkText.
Link.originalLinkText.
RenderContext via
RenderContext.addParam(Object, Object) for the image that will be used in
place of movies and missing attachment files in the RTE.
TokenType.INLINE.getTokenMarker()
TokenType#INLINE#getTokenPatternString
BaseMacro.getTokenType(java.util.Map, java.lang.String, com.atlassian.renderer.RenderContext) to indicate inline or strict block behaviour. However, for
macros to be backwardly compatible they will still need to implement BaseMacro.isInline() too.
Macro.getTokenType(java.util.Map, java.lang.String, com.atlassian.renderer.RenderContext) instead, which will by
default call this method. However, for macros to be backwardly compatible they will still need to implement
Macro.isInline() too.
NodeContext.inHeading.
nodes.WysiwygConverter that gets some of its components from the plugin system.RenderContext.pushRenderMode(com.atlassian.renderer.v2.RenderMode) was last called
RendererUtil class in the
util package.Replacer.replaceAllSkippingConstantsCheck(String) instead.
str contains all of the required parts, and if
so, calls Replacer.replaceAllSkippingConstantsCheck(String) to perform the
actual replacement.
Replacer.replaceAll(String), except that
it bypasses the check for the necessaryConstantParts that were provided
in the constructor.
RenderedContentStore when rendering wiki markup
to html.ParameterValidators.Link.originalLinkText.
WikiContentHandler.Link.originalLinkText.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||