public interface PageRevision extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
isLatestRevision()
Returns true iff rev() == revLatest().
|
int |
pageID()
The page identifier.
|
String |
pageName()
The name of the page including the namespace.
|
URI |
pageURI()
The location of the page non-specific to any particular revision.
|
int |
rev()
The revision identifier.
|
int |
revLatest()
The revision identifier of the latest page revision.
|
URI |
revURI()
The location of the revision.
|
URI |
wikiScriptURI()
The base location for script execution in the containing wiki, without a trailing
slash (/).
|
boolean isLatestRevision()
int pageID()
URI pageURI()
revURI()
int rev()
int revLatest()
URI revURI()
pageURI()
URI wikiScriptURI()
http://reluk.ca/mediawiki
. Script requests
may be constructed by appending the script path and parameters:wikiScriptURI().toASCIIString() + "/index.php?oldid=1138"