public class XWikiExtendedId extends Object
An extended id is a string in the form of Space.Page[?param=value&...] that is used to request some kind of objects. Typically an extended id is used for requesting a given page in a particular translation or version.
Examples:
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMENT_ID_PARAMETER |
static String |
LANGUAGE_PARAMETER |
static String |
MINOR_VERSION_PARAMETER |
static String |
VERSION_PARAMETER |
| Constructor and Description |
|---|
XWikiExtendedId(String string) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePageId() |
String |
getParameter(String key) |
Set<String> |
getParameters() |
void |
setParameter(String key,
String value) |
String |
toString() |
public static final String VERSION_PARAMETER
public static final String MINOR_VERSION_PARAMETER
public static final String LANGUAGE_PARAMETER
public static final String COMMENT_ID_PARAMETER
public XWikiExtendedId(String string)
Copyright © 2004–2015 XWiki. All rights reserved.