com.atlassian.confluence.content.render.xhtml.editor.macro
Class ConfluenceContentMacroParameterParser

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.editor.macro.ConfluenceContentMacroParameterParser

public class ConfluenceContentMacroParameterParser
extends java.lang.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
ConfluenceContentMacroParameterParser()
           
 
Method Summary
 ResourceIdentifier parse(java.lang.String linkText, PageContext pageContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceContentMacroParameterParser

public ConfluenceContentMacroParameterParser()
Method Detail

parse

public ResourceIdentifier parse(java.lang.String linkText,
                                PageContext pageContext)


Copyright © 2003-2014 Atlassian. All Rights Reserved.