org.xwiki.url.standard
Interface XWikiURLBuilder


@Role
public interface XWikiURLBuilder

Since:
2.3M1
Version:
$Id: a7a0cba328d6903b3563a3102fd7169795098991 $

Method Summary
 XWikiURL build(org.xwiki.model.reference.WikiReference wikiReference, List<String> pathSegments)
          Builds a XWikiURL object from the passed URL path segments.
 

Method Detail

build

XWikiURL build(org.xwiki.model.reference.WikiReference wikiReference,
               List<String> pathSegments)
Builds a XWikiURL object from the passed URL path segments.

Parameters:
wikiReference - the wiki reference part of the
pathSegments - the URL path segments (ie the parts separated by forward slashes in the URL) but starting at the action segment part (e.g. List of ("view", "Space", "Page") for "/view/Space/Page")
Returns:
the XWikiURL object


Copyright © 2004-2013 XWiki. All Rights Reserved.