public class UserResourceReference extends ResourceReference
| Modifier and Type | Field and Description |
|---|---|
static String |
ANCHOR
The name of the parameter representing the Anchor.
|
static String |
QUERY_STRING
The name of the parameter representing the Query String.
|
| Constructor and Description |
|---|
UserResourceReference(String reference) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnchor() |
String |
getQueryString() |
void |
setAnchor(String anchor) |
void |
setQueryString(String queryString) |
addBaseReference, addBaseReferences, clone, equals, getBaseReferences, getParameter, getParameters, getReference, getType, hashCode, isTyped, removeParameter, setParameter, setParameters, setReference, setType, setTyped, toStringpublic static final String QUERY_STRING
public static final String ANCHOR
public UserResourceReference(String reference)
reference - see ResourceReference.getReference()public String getQueryString()
mydata1=5&mydata2=Hellopublic void setQueryString(String queryString)
queryString - see getQueryString()public String getAnchor()
public void setAnchor(String anchor)
anchor - see getAnchor()Copyright © 2004–2019 XWiki. All rights reserved.