org.xwiki.url
Interface XWikiURLManager


@Role
@Unstable
public interface XWikiURLManager

Allow getting the XWikiURL object from the Execution Context.

Since:
5.1M1
Version:
$Id: 5a5028c17fec559e7e858d79ff2dd0f6d329934d $

Field Summary
static String URL_CONTEXT_PROPERTY
          Key under which the XWIKI URL is put in the Execution Context.
 
Method Summary
 XWikiURL getXWikiURL()
           
 

Field Detail

URL_CONTEXT_PROPERTY

static final String URL_CONTEXT_PROPERTY
Key under which the XWIKI URL is put in the Execution Context.

See Also:
Constant Field Values
Method Detail

getXWikiURL

XWikiURL getXWikiURL()
Returns:
the XWikiURL found in the Execution Context or null if none is found


Copyright © 2004-2013 XWiki. All Rights Reserved.