org.xwiki.rendering.listener.reference
public class AttachmentResourceReference extends ResourceReference
| Modifier and Type | Field and Description |
|---|---|
static String |
QUERY_STRING
The name of the parameter representing the Query String.
|
| Constructor and Description |
|---|
AttachmentResourceReference(String reference) |
| Modifier and Type | Method and Description |
|---|---|
String |
getQueryString() |
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 AttachmentResourceReference(String reference)
reference - see ResourceReference.getReference()public String getQueryString()
public void setQueryString(String queryString)
queryString - see getQueryString()Copyright © 2004-2013 XWiki. All Rights Reserved.