Class ConfluenceContentMacroParameterParser
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.editor.macro.ConfluenceContentMacroParameterParser
-
public class ConfluenceContentMacroParameterParser extends Object
Note: this class does not parse complete wiki markup links, because pages and blogs can contain arbitrary characters (like colons and slashes) now. It only parses the limited wiki-like format used by macro parameters of the type "confluence-content", which the autocomplete populates as "KEY: Page title".Introduced to fix CONF-24785.
-
-
Constructor Summary
Constructors Constructor Description ConfluenceContentMacroParameterParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceIdentifier
parse(String linkText, PageContext pageContext)
-
-
-
Method Detail
-
parse
public ResourceIdentifier parse(String linkText, PageContext pageContext)
-
-