|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.bridge.DocumentName
DocumentReference instead since 2.2M1
@Deprecated public class DocumentName
Represents a document name (wiki, space and page names).
| Constructor Summary | |
|---|---|
DocumentName(String wiki,
String space,
String page)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Deprecated. |
String |
getPage()
Deprecated. |
String |
getSpace()
Deprecated. |
String |
getWiki()
Deprecated. |
int |
hashCode()
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentName(String wiki,
String space,
String page)
wiki - the wiki to which the document belongs to (eg "xwiki")space - the space to which the document belongs to (eg "Main")page - the page to which the document belongs to (eg "WebHome")| Method Detail |
|---|
public String getWiki()
public String getSpace()
public String getPage()
public String toString()
toString in class ObjectObject.toString()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||