| Package | Description |
|---|---|
| com.bitplan.mediawiki.japi |
This library contains the classes that allow
to connect to Mediawiki via a Java API.
|
| com.bitplan.mediawiki.japi.api |
This package contain the generated JAXB classes that allow
to analyze the results returned by the Mediawiki API.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Ns> |
SiteInfoImpl.namespaces |
protected Map<String,Ns> |
SiteInfoImpl.namespacesByCanonicalName |
protected Map<Integer,Ns> |
SiteInfoImpl.namespacesById |
| Modifier and Type | Method and Description |
|---|---|
Ns |
PageInfo.getNamespace() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Ns> |
SiteInfoImpl.getNamespaces()
get the Namespaces for this wiki
|
Map<String,Ns> |
SiteInfo.getNamespaces()
get the Namespaces for this wiki
|
Map<String,Ns> |
SiteInfoImpl.getNamespacesByCanonicalName()
get the Namespaces by canonical name for this wiki
|
Map<String,Ns> |
SiteInfo.getNamespacesByCanonicalName()
get the Namespaces by canonical name for this wiki
|
Map<Integer,Ns> |
SiteInfoImpl.getNamespacesById()
get the Namespaces for this wiki
|
Map<Integer,Ns> |
SiteInfo.getNamespacesById()
get the Namespaces for this wiki
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageInfo.setNamespace(Ns namespace) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SiteInfoImpl.initNameSpaces(General general,
List<Ns> namespaceList)
initialize the NameSpaces from the given namespaceList
|
| Constructor and Description |
|---|
SiteInfoImpl(General general,
List<Ns> list)
initalize me
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Ns> |
Query.namespaces |
| Modifier and Type | Method and Description |
|---|---|
List<Ns> |
Query.getNamespaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setNamespaces(List<Ns> namespaces) |
Copyright © 2018 BITPlan GmbH. All rights reserved.