org.xwiki.rendering.parser
Interface ResourceReferenceParser


@Role
public interface ResourceReferenceParser

Interface for parsing resource references (references to links, images, attachments, etc) for various wiki syntaxes.

Since:
2.5RC1
Version:
$Id: 8790e3db05a3ffadf445e113d35ea6b3e4ed9a44 $

Method Summary
 ResourceReference parse(String rawReference)
          Parses a resource reference represented (reference to a link, image, attachment, etc) as a String into a ResourceReference object.
 

Method Detail

parse

ResourceReference parse(String rawReference)
Parses a resource reference represented (reference to a link, image, attachment, etc) as a String into a ResourceReference object.

Parameters:
rawReference - the string representation of the resource reference to parse (the supported syntax depends on the parser implementation used)
Returns:
the parsed resource reference


Copyright © 2004-2014 XWiki. All Rights Reserved.