org.xwiki.model.reference
Class LocalDocumentReference
java.lang.Object
org.xwiki.model.reference.EntityReference
org.xwiki.model.reference.LocalDocumentReference
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<EntityReference>
public class LocalDocumentReference
- extends EntityReference
Represents a reference to a document in the current wiki.
- Since:
- 5.0M1
- Version:
- $Id: 722073f8c7767f25cb0deccc3d17bad649796317 $
- See Also:
- Serialized Form
| Methods inherited from class org.xwiki.model.reference.EntityReference |
appendParent, compareTo, equals, extractReference, getName, getParameter, getParent, getReversedReferenceChain, getRoot, getType, hashCode, removeParent, replaceParent, setName, setParameter, setParameters, setParent, setType, toString |
LocalDocumentReference
public LocalDocumentReference(String spaceName,
String pageName)
- Create a new Document reference in the current wiki.
- Parameters:
spaceName - the name of the space containing the document, must not be nullpageName - the name of the document, must not be null
Copyright © 2004-2013 XWiki. All Rights Reserved.